CessFull

Browser addon for CessFull

什麼是CessFull?

CessFull是由Kyliane開發的Chrome擴展程式,該擴展的主要功能是“Browser addon for CessFull”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載CessFull擴展crx文件

下載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 CessFull
ID mmnnficfoegdcppapfjlgdhokbhkcjmc
官方網址 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"
    ]
}