CessFull

Browser addon for CessFull

What is CessFull?

CessFull is a Chrome extension developed by Kyliane, and its main feature is "Browser addon for CessFull".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CessFull Extension CRX File

Download CessFull extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CessFull CessFull
ID mmnnficfoegdcppapfjlgdhokbhkcjmc
Official URL https://chromewebstore.google.com/detail/cessfull/mmnnficfoegdcppapfjlgdhokbhkcjmc
Description Browser addon for CessFull
File Size 2.3 MB
Installation Count 96
Current Version 2.0
Last Updated 2018-03-05
Publish Date 2018-03-05
Rating 5.00/5 Total 2 Ratings
Developer Kyliane
Payment Type free
Extension Website https://www.cessfull.com
Supported Languages 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"
    ]
}