CCTVTube

Adds CCTV effects when playing videos on Youtube.

Cos'è CCTVTube?

CCTVTube è un'estensione di Chrome sviluppata da internet.resistance.collective, e la sua funzione principale è "Adds CCTV effects when playing videos on Youtube.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CCTVTube

Scarica i file di estensione CCTVTube 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

                        Adds CCTV effects when playing videos on Youtube.                    

Informazioni di Base sull'Estensione

Nome CCTVTube CCTVTube
ID lljckmdhbehblmemlghcpmpcefdbidhg
URL Ufficiale https://chrome.google.com/webstore/detail/cctvtube/lljckmdhbehblmemlghcpmpcefdbidhg
Descrizione Adds CCTV effects when playing videos on Youtube.
Dimensione del File 1.14 MB
Conteggio Installazioni 92
Versione Corrente 0.1
Ultimo Aggiornamento 2015-03-02
Data di Pubblicazione 2015-03-02
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore internet.resistance.collective
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CCTVTube",
    "description": "Adds CCTV effects when playing videos on Youtube.",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/findAndReplaceDOMText.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "resources\/*"
    ]
}