youtube_ad_remover
No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…
Cos'è youtube_ad_remover?
youtube_ad_remover è un'estensione di Chrome sviluppata da nickelstarvo, e la sua funzione principale è "No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione youtube_ad_remover
Scarica i file di estensione youtube_ad_remover 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
No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads on Youtube ™. This allows to prevent page elements such as advertisements from being displayed to you. Commercial clips and commercials that you usually see before the actual Youtube videos are blocked by our extension. Peculiarities: + blocks ads and pop-ups + ad blocking on external sites that download Youtube + prevent ads from loading on Youtube
Informazioni di Base sull'Estensione
Nome | |
ID | dahgebjcdkhedpjdkkhdleobnnbnkclk |
URL Ufficiale | https://chromewebstore.google.com/detail/youtubeadremover/dahgebjcdkhedpjdkkhdleobnnbnkclk |
Descrizione | No more ads on Youtube™. Ⓘ about Youtube_ad_remover is a browser extension with content filtering and ad blocking that blocks ads… |
Dimensione del File | 28.02 KB |
Conteggio Installazioni | 285 |
Versione Corrente | 3.2.0 |
Ultimo Aggiornamento | 2022-03-24 |
Data di Pubblicazione | 2022-03-24 |
Sviluppatore | nickelstarvo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "youtube_ad_remover", "version": "3.2.0", "manifest_version": 3, "background": { "service_worker": "bg.js" }, "permissions": [ "declarativeNetRequest", "alarms" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_start" } ] } |