CessFull
Browser addon for CessFull
CessFullคืออะไร?
CessFull เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kyliane และคุณลักษณะหลักของมันคือ "Browser addon for CessFull"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CessFull
ดาวน์โหลดไฟล์ส่วนขยาย CessFull ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |