Peacock Tv Adblocker
The Peacock Tv Adblocker extension helps you to block ads on Peacock Tv website.
什么是Peacock Tv Adblocker?
Peacock Tv Adblocker是由Extension Master开发的Chrome扩展程序,该扩展的主要功能是“The Peacock Tv Adblocker extension helps you to block ads on Peacock Tv website.”。
扩展截图
下载Peacock Tv Adblocker扩展crx文件
下载Peacock Tv Adblocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | angaeplbfldpfbjalmmpljjdnhflgnmc |
官方URL | https://chrome.google.com/webstore/detail/peacock-tv-adblocker/angaeplbfldpfbjalmmpljjdnhflgnmc |
简介 | The Peacock Tv Adblocker extension helps you to block ads on Peacock Tv website. |
文件大小 | 40.09 KB |
安装次数 | 107 |
当前版本 | 1.0.0 |
更新时间 | 2022-08-21 |
上架时间 | 2022-08-19 |
评分 | 1.00/5 共1次评分 |
开发者 | Extension Master |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://docs.google.com/document/d/1gaVcIOwV7NnvyDRtd3eoOIQUYECyEYwLgBD_wHFXlHY |
支持的语言 | 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\/*" ] } ] } |