9cloud bypass

Bypass download timer on 9cloud

Cos'è 9cloud bypass?

9cloud bypass è un'estensione di Chrome sviluppata da Linus Juhlin, e la sua funzione principale è "Bypass download timer on 9cloud".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 9cloud bypass

Scarica i file di estensione 9cloud bypass 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

                        This extension bypasses the download timer on 9cloud.us                    

Informazioni di Base sull'Estensione

Nome 9cloud bypass 9cloud bypass
ID cnaiffnnbnodlokggeohehegjdheppmo
URL Ufficiale https://chromewebstore.google.com/detail/9cloud-bypass/cnaiffnnbnodlokggeohehegjdheppmo
Descrizione Bypass download timer on 9cloud
Dimensione del File 35.53 KB
Conteggio Installazioni 174
Versione Corrente 1.0
Ultimo Aggiornamento 2013-01-16
Data di Pubblicazione 2013-01-16
Valutazione 1.57/5 Totale 7 Valutazioni
Sviluppatore Linus Juhlin
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}