Seedboxes.cc

Fast access to your Seedboxes.cc account

Seedboxes.cc là gì?

Seedboxes.cc là một tiện ích mở rộng Chrome được phát triển bởi https://www.seedboxes.cc, và tính năng chính của nó là "Fast access to your Seedboxes.cc account".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Seedboxes.cc

Tải xuống các tệp mở rộng Seedboxes.cc dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Seedboxes.cc Seedboxes.cc
ID nnmmipaoneinbdcjodijccmblmleffbc
URL Chính Thức https://chromewebstore.google.com/detail/seedboxescc/nnmmipaoneinbdcjodijccmblmleffbc
Mô tả Fast access to your Seedboxes.cc account
Kích Thước Tệp 271 KB
Số Lần Cài Đặt 836
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2019-01-04
Ngày Phát Hành 2019-01-04
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.seedboxes.cc
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}