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文件

下载SickBeardConnect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}