CNET Autoplay Blocker

Prevent CNET from assaulting you with irrelevant videos

Cos'è CNET Autoplay Blocker?

CNET Autoplay Blocker è un'estensione di Chrome sviluppata da notcaseywebb, e la sua funzione principale è "Prevent CNET from assaulting you with irrelevant videos".

Scarica il file CRX dell'estensione CNET Autoplay Blocker

Scarica i file di estensione CNET Autoplay Blocker 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

                        Prevent CNET from assaulting you with irrelevant autoplay videos                    

Informazioni di Base sull'Estensione

Nome CNET Autoplay Blocker CNET Autoplay Blocker
ID oapdhokhllphnojjfklemkoonjbegehg
URL Ufficiale https://chrome.google.com/webstore/detail/cnet-autoplay-blocker/oapdhokhllphnojjfklemkoonjbegehg
Descrizione Prevent CNET from assaulting you with irrelevant videos
Dimensione del File 37.2 KB
Conteggio Installazioni 87
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-09-23
Data di Pubblicazione 2017-09-23
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore notcaseywebb
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CNET Autoplay Blocker",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Prevent CNET from assaulting you with irrelevant videos",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/cnet.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.cnet.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}