CessFull
Browser addon for CessFull
ما هو CessFull؟
CessFull هو إضافة Chrome تم تطويرها بواسطة Kyliane، والميزة الرئيسية لها هي "Browser addon for CessFull".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CessFull
قم بتنزيل ملفات الامتداد CessFull بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Gérez votre seedbox et ajoutez vos torrents très simplement avec un simple clic droit. Recevez une notification à chaque fois que votre torrent est téléchargé et disponible sur votre Drive. Consultez en temps réel l'état d'avancement de vos torrents ainsi que les informations relatives à votre compte.
معلومات أساسية عن التمديد
الاسم | CessFull |
ID | mmnnficfoegdcppapfjlgdhokbhkcjmc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cessfull/mmnnficfoegdcppapfjlgdhokbhkcjmc |
الوصف | Browser addon for CessFull |
حجم الملف | 2.3 MB |
عدد التثبيتات | 96 |
النسخة الحالية | 2.0 |
آخر تحديث | 2018-03-05 |
تاريخ النشر | 2018-03-05 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Kyliane |
نوع الدفع | free |
موقع الإضافة | https://www.cessfull.com |
اللغات المدعومة | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "2.0", "author": "XTrem Developpement", "homepage_url": "https:\/\/cessfull.com\/", "description": "__MSG_extensionDescription__", "icons": { "32": "assets\/img\/cessfull_32.png", "64": "assets\/img\/cessfull_64.png", "128": "assets\/img\/cessfull_128.png", "256": "assets\/img\/cessfull_256.png", "512": "assets\/img\/cessfull_512.png" }, "applications": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_icon": "assets\/img\/cessfull_unfilled.png", "default_title": "CessFull", "default_popup": "frontend\/templates\/index.html" }, "background": { "scripts": [ "backend\/app.js" ] }, "default_locale": "en", "permissions": [ "storage", "contextMenus", "https:\/\/www.cessfull.com\/api\/v2\/", "*:\/\/*\/*", "notifications" ] } |