Silent YouTube Ads
Moral silencing of YouTube ads.
What is Silent YouTube Ads?
Silent YouTube Ads is a Chrome extension developed by tim, and its main feature is "Moral silencing of YouTube ads.".
Download Silent YouTube Ads Extension CRX File
Download Silent YouTube Ads 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
Silences the YouTube video element when ads play. This will not skip ads until the user has sat through the required delay. This extension will automatically close any ads once YouTube deems them available to close.
Extension Basic Information
Name | |
ID | gegfmphboiphopkkfgkablkljmlcoldg |
Official URL | https://chrome.google.com/webstore/detail/silent-youtube-ads/gegfmphboiphopkkfgkablkljmlcoldg |
Description | Moral silencing of YouTube ads. |
File Size | 5.61 KB |
Installation Count | 97 |
Current Version | 0.1.4 |
Last Updated | 2015-05-22 |
Publish Date | 2015-05-22 |
Rating | 4.38/5 Total 8 Ratings |
Developer | tim |
Payment Type | free |
Supported Languages | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Silent YouTube Ads", "author": "Tim Branyen (@tbranyen)", "version": "0.1.4", "description": "Moral silencing of YouTube ads.", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/watch*", "https:\/\/*.youtube.com\/watch*" ], "js": [ "js\/contentscript.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "js\/**\/*", "js\/contentscript.js.map" ] } |