Pause tube Download

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

Qu'est-ce que Pause tube Download ?

Pause tube Download est une extension Chrome développée par Unknown, et sa fonction principale est "Stops tube™ video preloading. For saving network bandwidth. It works on YouTube™ site.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pause tube Download

Téléchargez les fichiers d'extension Pause tube Download 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

                                            

Informations de Base sur l'Extension

Nom Pause tube Download Pause tube Download
ID nfjiahnofpcmmadijbpcahoigcjmcldo
URL Officiel https://chromewebstore.google.com/detail/pause-tube-download/nfjiahnofpcmmadijbpcahoigcjmcldo
Description Stops tube™ video preloading. For saving network bandwidth. It works on YouTube™ site.
Taille du Fichier 14.44 KB
Nombre d'Installations 352
Version Actuelle 0.1.4
Dernière Mise à Jour 2016-05-21
Date de Publication 2016-05-20
Évaluation 3.92/5 Total 12 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}