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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Peacock Tv Adblocker Peacock Tv Adblocker
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
Eメール [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\/*"
            ]
        }
    ]
}