Seedboxes.cc

Fast access to your Seedboxes.cc account

ما هو Seedboxes.cc؟

Seedboxes.cc هو إضافة Chrome تم تطويرها بواسطة https://www.seedboxes.cc، والميزة الرئيسية لها هي "Fast access to your Seedboxes.cc account".

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

screenshot

تحميل ملف CRX للإضافة Seedboxes.cc

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

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

                        You can use this extension along with your Seedboxes.cc account, in order to quickly check your account's usage, receive product notifications or quickly perform actions on your account (restart, plex refresh) without the need to login to your client area.                    

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

الاسم Seedboxes.cc Seedboxes.cc
ID nnmmipaoneinbdcjodijccmblmleffbc
عنوان URL الرسمي https://chromewebstore.google.com/detail/seedboxescc/nnmmipaoneinbdcjodijccmblmleffbc
الوصف Fast access to your Seedboxes.cc account
حجم الملف 271 KB
عدد التثبيتات 836
النسخة الحالية 2.0.4
آخر تحديث 2019-01-04
تاريخ النشر 2019-01-04
تقييم 5.00/5 مجموع تقييمات 4
المطور https://www.seedboxes.cc
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seedboxes.cc",
    "version": "2.0.4",
    "manifest_version": 2,
    "description": "Fast access to your Seedboxes.cc account",
    "author": "Seedboxes.cc",
    "homepage_url": "https:\/\/www.seedboxes.cc",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_ui": {
        "page": "views\/options.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/bootstrap.min.js",
            "js\/options.js",
            "js\/handlebars-v2.0.0.js",
            "js\/popup.js"
        ]
    },
    "icons": {
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/www.seedboxes.cc\/"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "views\/popup.html"
    }
}