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”。

擴展截圖

screenshot

下載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 Seedboxes.cc
ID nnmmipaoneinbdcjodijccmblmleffbc
官方網址 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"
    }
}