Seedboxes.cc
Fast access to your Seedboxes.cc account
Seedboxes.ccとは何ですか?
Seedboxes.ccはhttps://www.seedboxes.ccによって開発されたChromeの拡張機能で、その主な機能は「Fast access to your Seedboxes.cc account」です。
拡張機能のスクリーンショット
Seedboxes.cc拡張機能のCRXファイルをダウンロード
Seedboxes.cc拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can use this extension along with your Seedboxes.cc account, in order to quickly check your account's usage, receive product notifications or quickly perform actions on your account (restart, plex refresh) without the need to login to your client area.
拡張機能の基本情報
名前 | Seedboxes.cc |
ID | nnmmipaoneinbdcjodijccmblmleffbc |
公式URL | https://chromewebstore.google.com/detail/seedboxescc/nnmmipaoneinbdcjodijccmblmleffbc |
説明 | Fast access to your Seedboxes.cc account |
ファイルサイズ | 271 KB |
インストール数 | 836 |
現在のバージョン | 2.0.4 |
最終更新日 | 2019-01-04 |
公開日 | 2019-01-04 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://www.seedboxes.cc |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seedboxes.cc", "version": "2.0.4", "manifest_version": 2, "description": "Fast access to your Seedboxes.cc account", "author": "Seedboxes.cc", "homepage_url": "https:\/\/www.seedboxes.cc", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_ui": { "page": "views\/options.html" }, "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "js\/bootstrap.min.js", "js\/options.js", "js\/handlebars-v2.0.0.js", "js\/popup.js" ] }, "icons": { "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" }, "permissions": [ "storage", "notifications", "https:\/\/www.seedboxes.cc\/" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "views\/popup.html" } } |