Peacock Tv Adblocker

The Peacock Tv Adblocker extension helps you to block ads on Peacock Tv website.

Qu'est-ce que Peacock Tv Adblocker ?

Peacock Tv Adblocker est une extension Chrome développée par Extension Master, et sa fonction principale est "The Peacock Tv Adblocker extension helps you to block ads on Peacock Tv website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Peacock Tv Adblocker

Téléchargez les fichiers d'extension Peacock Tv Adblocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Peacock Tv Adblocker Peacock Tv Adblocker
ID angaeplbfldpfbjalmmpljjdnhflgnmc
URL Officiel 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.
Taille du Fichier 40.09 KB
Nombre d'Installations 107
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-08-21
Date de Publication 2022-08-19
Évaluation 1.00/5 Total 1 Évaluations
Développeur Extension Master
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1gaVcIOwV7NnvyDRtd3eoOIQUYECyEYwLgBD_wHFXlHY
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}