Subscription Bar Remover For Youtube
Removes Youtube's New Subscription Bar And Autoplay.
What is Subscription Bar Remover For Youtube?
Subscription Bar Remover For Youtube is a Chrome extension developed by Adam, and its main feature is "Removes Youtube's New Subscription Bar And Autoplay.".
Extension Screenshots
Download Subscription Bar Remover For Youtube Extension CRX File
Download Subscription Bar Remover For Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Removes Youtube's New Subscriptions Bar & Stops Auto Playing The Next video. Firefox Version: http://userscripts.org/scripts/show/82587 Tutorial: http://www.youtube.com/watch?v=zX1-Fr8-Afs If you find errors please comment on http://www.youtube.com/all_comments?v=q3k6q1KN5E8
Extension Basic Information
Name | Subscription Bar Remover For Youtube |
ID | jpajpedkdbbffnpjopibeolebkjdiikp |
Official URL | https://chromewebstore.google.com/detail/subscription-bar-remover/jpajpedkdbbffnpjopibeolebkjdiikp |
Description | Removes Youtube's New Subscription Bar And Autoplay. |
File Size | 307 KB |
Installation Count | 552 |
Current Version | 2.1.15 |
Last Updated | 2012-08-27 |
Publish Date | 2012-08-27 |
Rating | 4.54/5 Total 96 Ratings |
Developer | Adam |
Payment Type | free |
Help Page URL | http://www.youtube.com/all_comments?v=q3k6q1KN5E8 |
Supported Languages | en |
manifest.json | |
{ "content_scripts": [ { "exclude_globs": [ "*youtube.com\/watch?v=*&feature=PlayList*" ], "include_globs": [ "http:\/\/*youtube.com\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*" ] } ], "description": "Removes Youtube's New Subscription Bar And Autoplay.", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "converted_from_user_script": true, "name": "Subscription Bar Remover For Youtube", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.15", "manifest_version": 2 } |