Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.

Commit

Permalink
Few word changes and a version increment to test Auto Updating for cr…
Browse files Browse the repository at this point in the history
…x file.
  • Loading branch information
JourneyOver committed Apr 24, 2017
1 parent fcce455 commit fdafb21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ The source is hosted on [GitHub](https://github.com/JourneyOver/Youtube-Video-Bl

## How to install manually [only way for now]

First method -- Some chrome based browsers do not support this method anymore so you will have to resort to the second method to install the extension.
1. Go to [Releases](https://github.com/JourneyOver/Youtube-Video-Blocker/releases)
2. Download the latest .crx
2. Download the latest .crx
3. In Chrome, navigate to chrome://extensions
4. Drag and drop the .crx file anywhere on the page and when it asks if you want to install it click yes
5. The extension should be installed! You should now see it in the list of your extensions, and it’s icon will be in the Chrome menu. That’s it! Super painless
6. You can delete the .crx file as it's safe to delete now.
7. If you would like to keep your settings, click the old version of the extension and click on export and export the .json anywhere.
8. Go to the new version of the extension and click on import and import the .json you just made.

Or
Or second method --

1. look for the green “Clone or download” button
2. Click the “Clone or download” button and then click “Download ZIP.”
Expand All @@ -36,7 +37,7 @@ Or
5. Installing the extension is extremely easy. All you need to do is drag-and-drop the folder you extracted onto Chrome’s Extensions page.
6. The extension should be installed! You should now see it in the list of your extensions, and it’s icon will be in the Chrome menu. That’s it! Super painless
7. If you would like to keep your settings, click the old version of the extension and click on export and export the .json anywhere.
8. Go to the new version of the extension and click on import and import the .json you just made.
8. Go to the new version of the extension and click on import and import the .json you just made.

## How to update

Expand Down
2 changes: 0 additions & 2 deletions js/videoblocker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Journey Over",
"name": "Video Blocker",
"version": "1.0.0",
"version": "1.0.1",
"description": "Hide annoying videos on YouTube from any channel you want!",
"web_accessible_resources": ["images/*", "views/*"],
"homepage_url": "https://github.com/JourneyOver/Youtube-Video-Blocker",
Expand Down

0 comments on commit fdafb21

Please sign in to comment.