9cloud bypass
Bypass download timer on 9cloud
Hvad er 9cloud bypass?
9cloud bypass er en Chrome-udvidelse udviklet af Linus Juhlin, og dens hovedfunktion er "Bypass download timer on 9cloud".
Udvidelsesskærmbilleder
Download 9cloud bypass-udvidelses-CRX-fil
Download 9cloud bypass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension bypasses the download timer on 9cloud.us
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cnaiffnnbnodlokggeohehegjdheppmo |
Officiel URL | https://chromewebstore.google.com/detail/9cloud-bypass/cnaiffnnbnodlokggeohehegjdheppmo |
Beskrivelse | Bypass download timer on 9cloud |
Filstørrelse | 35.53 KB |
Antal Installationer | 174 |
Nuværende Version | 1.0 |
Senest Opdateret | 2013-01-16 |
Udgivelsesdato | 2013-01-16 |
Bedømmelse | 1.57/5 Samlet 7 Bedømmelser |
Udvikler | Linus Juhlin |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |