9cloud bypass
Bypass download timer on 9cloud
什麼是9cloud bypass?
9cloud bypass是由Linus Juhlin開發的Chrome擴展程式,該擴展的主要功能是“Bypass download timer on 9cloud”。
擴展截圖
下載9cloud bypass擴展crx文件
下載9cloud bypass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension bypasses the download timer on 9cloud.us
擴展基本資訊
名稱 | |
ID | cnaiffnnbnodlokggeohehegjdheppmo |
官方網址 | https://chromewebstore.google.com/detail/9cloud-bypass/cnaiffnnbnodlokggeohehegjdheppmo |
簡介 | Bypass download timer on 9cloud |
檔案大小 | 35.53 KB |
安裝次數 | 174 |
目前版本 | 1.0 |
更新時間 | 2013-01-16 |
上架時間 | 2013-01-16 |
評分 | 1.57/5 共 7 次評分 |
開發者 | Linus Juhlin |
付費類型 | free |
支援的語言 | 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" ] } ] } |