SickBeardConnect

SickBeard (CW) extension for Google Chrome. (Edited to enable SickRage Compatibility)

SickBeardConnect란 무엇입니까?

SickBeardConnect은(는) CodeWarrior4Life에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SickBeard (CW) extension for Google Chrome. (Edited to enable SickRage Compatibility)"입니다.

SickBeardConnect 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This version of the extension should work with the latest SickRage plugin (sickrage-9.3.3-amd64) running on FreeNas 9.3                    

확장 프로그램 기본 정보

이름 SickBeardConnect SickBeardConnect
ID nefplcmcomeofdlcccdegfcbpioacine
공식 URL https://chrome.google.com/webstore/detail/sickbeardconnect/nefplcmcomeofdlcccdegfcbpioacine
설명 SickBeard (CW) extension for Google Chrome. (Edited to enable SickRage Compatibility)
파일 크기 318 KB
설치 횟수 55
현재 버전 0.1.22.1
최근 업데이트 2015-10-07
출시 날짜 2015-10-06
평점 4.60/5 총 5 개의 평점
개발자 CodeWarrior4Life
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "manifest_version": 2,
    "version": "0.1.22.1",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "notifications"
    ],
    "description": "SickBeard (CW) extension for Google Chrome. (Edited to enable SickRage Compatibility)",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon19cw.png",
        "default_popup": "popup.html",
        "default_title": "Sick Beard Connect (CW)"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/trakt.tv\/show\/*",
                "http:\/\/*.trakt.tv\/show\/*",
                "http:\/\/thetvdb.com\/*series*",
                "http:\/\/*.thetvdb.com\/*series*"
            ],
            "js": [
                "scripts\/SickBeardConnect.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128cw.png",
        "16": "images\/icon16cw.png",
        "48": "images\/icon48cw.png"
    },
    "web_accessible_resources": [
        "images\/icon48cw.png",
        "images\/no16.png",
        "css\/sbconnect_content.css",
        "images\/bg.gif",
        "images\/yes16.png",
        "images\/throbber.svg"
    ]
}