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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    }
}