9cloud bypass

Bypass download timer on 9cloud

ما هو 9cloud bypass؟

9cloud bypass هو إضافة Chrome تم تطويرها بواسطة Linus Juhlin، والميزة الرئيسية لها هي "Bypass download timer on 9cloud".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 9cloud bypass

قم بتنزيل ملفات الامتداد 9cloud bypass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension bypasses the download timer on 9cloud.us                    

معلومات أساسية عن التمديد

الاسم 9cloud bypass 9cloud bypass
ID cnaiffnnbnodlokggeohehegjdheppmo
عنوان URL الرسمي 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"
            ]
        }
    ]
}