Ad-Defender YouTube™ By Extra Thinkers
Play any YouTube™ Video without annoying Ads('Skip and Play').
Cos'è Ad-Defender YouTube™ By Extra Thinkers?
Ad-Defender YouTube™ By Extra Thinkers è un'estensione di Chrome sviluppata da Extra Thinkers, e la sua funzione principale è "Play any YouTube™ Video without annoying Ads('Skip and Play').".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ad-Defender YouTube™ By Extra Thinkers
Scarica i file di estensione Ad-Defender YouTube™ By Extra Thinkers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Play any YouTube™ Video without annoying Ads. Use 'Ad-Defender YouTube™' and Forget about skip and Play. Just click "Add to Chrome," then visit your favorite video and see the ads disappear!
Informazioni di Base sull'Estensione
Nome | |
ID | ajbjmhlnjikoggkjhkenkgabjpfdollh |
URL Ufficiale | https://chrome.google.com/webstore/detail/ad-defender-youtube-by-ex/ajbjmhlnjikoggkjhkenkgabjpfdollh |
Descrizione | Play any YouTube™ Video without annoying Ads('Skip and Play'). |
Dimensione del File | 35.39 KB |
Conteggio Installazioni | 913 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2018-12-16 |
Data di Pubblicazione | 2018-12-15 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Extra Thinkers |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "background": { "page": "lib\/chrome\/background.html" }, "content_scripts": [ { "all_frames": true, "css": [ "data\/content_script\/inject.css" ], "js": [ "data\/message_passing.js", "data\/content_script\/inject.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "description": "Play any YouTube\u2122 Video without annoying Ads('Skip and Play').", "homepage_url": "http:\/\/www.extrathinkers.com\/youtube-ad-defender.html", "icons": { "128": "data\/icons\/128.png", "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "manifest_version": 2, "name": "Ad-Defender YouTube\u2122 By Extra Thinkers", "options_ui": { "chrome_style": true, "page": "data\/options\/options.html" }, "permissions": [ "tabs", "activeTab", "storage", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*", "webRequestBlocking" ], "short_name": "Ad-Defender YouTube\u2122", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [ "data\/content_script\/*" ] } |