Peacock Tv Adblocker
The Peacock Tv Adblocker extension helps you to block ads on Peacock Tv website.
Cos'è Peacock Tv Adblocker?
Peacock Tv Adblocker è un'estensione di Chrome sviluppata da Extension Master, e la sua funzione principale è "The Peacock Tv Adblocker extension helps you to block ads on Peacock Tv website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Peacock Tv Adblocker
Scarica i file di estensione Peacock Tv Adblocker 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
Automatically blocks intros, recaps and block ads. Peacock Tv Adblocker Extension to skip ads, intros and recaps when watching PeacockTV movies and series. Disclaimer : Peacock TV is a trademark of NBCUniversal Television and Streaming. This website & extension hold no association or affiliation with Peacock TV or any third-party companies.
Informazioni di Base sull'Estensione
Nome | |
ID | angaeplbfldpfbjalmmpljjdnhflgnmc |
URL Ufficiale | https://chrome.google.com/webstore/detail/peacock-tv-adblocker/angaeplbfldpfbjalmmpljjdnhflgnmc |
Descrizione | The Peacock Tv Adblocker extension helps you to block ads on Peacock Tv website. |
Dimensione del File | 40.09 KB |
Conteggio Installazioni | 107 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-08-21 |
Data di Pubblicazione | 2022-08-19 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Extension Master |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1gaVcIOwV7NnvyDRtd3eoOIQUYECyEYwLgBD_wHFXlHY |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "The Peacock Tv Adblocker extension helps you to block ads on Peacock Tv website.", "manifest_version": 3, "name": "Peacock Tv Adblocker", "version": "1.0.0", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_icon": "icons\/32.png", "default_title": "Peacock Tv Adblocker", "default_popup": "popup.html" }, "options_ui": { "page": "popup.html" }, "permissions": [ "declarativeNetRequest", "storage", "unlimitedStorage", "notifications", "tabs", "gcm" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.peacocktv.com\/*" ], "run_at": "document_start", "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "ads.js" ], "matches": [ "https:\/\/*.peacocktv.com\/*" ] } ] } |