Peacock Tv Adblocker
The Peacock Tv Adblocker extension helps you to block ads on Peacock Tv website.
What is Peacock Tv Adblocker?
Peacock Tv Adblocker is a Chrome extension developed by Extension Master, and its main feature is "The Peacock Tv Adblocker extension helps you to block ads on Peacock Tv website.".
Extension Screenshots
Download Peacock Tv Adblocker Extension CRX File
Download Peacock Tv Adblocker 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
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.
Extension Basic Information
Name | |
ID | angaeplbfldpfbjalmmpljjdnhflgnmc |
Official URL | https://chrome.google.com/webstore/detail/peacock-tv-adblocker/angaeplbfldpfbjalmmpljjdnhflgnmc |
Description | The Peacock Tv Adblocker extension helps you to block ads on Peacock Tv website. |
File Size | 40.09 KB |
Installation Count | 107 |
Current Version | 1.0.0 |
Last Updated | 2022-08-21 |
Publish Date | 2022-08-19 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Extension Master |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/1gaVcIOwV7NnvyDRtd3eoOIQUYECyEYwLgBD_wHFXlHY |
Supported Languages | 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\/*" ] } ] } |