CessFull
Browser addon for CessFull
CessFullとは何ですか?
CessFullはKylianeによって開発されたChromeの拡張機能で、その主な機能は「Browser addon for CessFull」です。
拡張機能のスクリーンショット
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 |
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" ] } |