Pause tube Download

Stops tube™ video preloading. For saving network bandwidth. It works on YouTube™ site.

Cos'è Pause tube Download?

Pause tube Download è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Stops tube™ video preloading. For saving network bandwidth. It works on YouTube™ site.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pause tube Download

Scarica i file di estensione Pause tube Download 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

                                            

Informazioni di Base sull'Estensione

Nome Pause tube Download Pause tube Download
ID nfjiahnofpcmmadijbpcahoigcjmcldo
URL Ufficiale https://chromewebstore.google.com/detail/pause-tube-download/nfjiahnofpcmmadijbpcahoigcjmcldo
Descrizione Stops tube™ video preloading. For saving network bandwidth. It works on YouTube™ site.
Dimensione del File 14.44 KB
Conteggio Installazioni 352
Versione Corrente 0.1.4
Ultimo Aggiornamento 2016-05-21
Data di Pubblicazione 2016-05-20
Valutazione 3.92/5 Totale 12 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "0.1.4",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon128.png"
    },
    "description": "__MSG_extDesc__",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/page-script.js"
    ]
}