Silent YouTube Ads
Moral silencing of YouTube ads.
Vad är Silent YouTube Ads?
Silent YouTube Ads är en Chrome-tillägg utvecklad av tim, och dess huvudfunktion är "Moral silencing of YouTube ads.".
Ladda ner Silent YouTube Ads-förlängningens CRX-fil
Ladda ner Silent YouTube Ads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | gegfmphboiphopkkfgkablkljmlcoldg |
Officiell webbadress | https://chrome.google.com/webstore/detail/silent-youtube-ads/gegfmphboiphopkkfgkablkljmlcoldg |
Beskrivning | Moral silencing of YouTube ads. |
Filstorlek | 5.61 KB |
Antal Installationer | 97 |
Aktuell Version | 0.1.4 |
Senast Uppdaterad | 2015-05-22 |
Publiceringsdatum | 2015-05-22 |
Betyg | 4.38/5 Totalt 8 Betyg |
Utvecklare | tim |
Betalningssätt | free |
Stödda Språk | 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" ] } |