9cloud bypass

Bypass download timer on 9cloud

Qu'est-ce que 9cloud bypass ?

9cloud bypass est une extension Chrome développée par Linus Juhlin, et sa fonction principale est "Bypass download timer on 9cloud".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 9cloud bypass

Téléchargez les fichiers d'extension 9cloud bypass 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

                        This extension bypasses the download timer on 9cloud.us                    

Informations de Base sur l'Extension

Nom 9cloud bypass 9cloud bypass
ID cnaiffnnbnodlokggeohehegjdheppmo
URL Officiel https://chromewebstore.google.com/detail/9cloud-bypass/cnaiffnnbnodlokggeohehegjdheppmo
Description Bypass download timer on 9cloud
Taille du Fichier 35.53 KB
Nombre d'Installations 174
Version Actuelle 1.0
Dernière Mise à Jour 2013-01-16
Date de Publication 2013-01-16
Évaluation 1.57/5 Total 7 Évaluations
Développeur Linus Juhlin
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9cloud bypass",
    "version": "1.0",
    "description": "Bypass download timer on 9cloud",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.9cloud.us\/*"
            ],
            "js": [
                "jquery.js",
                "bg.js"
            ]
        }
    ]
}