SickBeardConnect

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

SickBeardConnect là gì?

SickBeardConnect là một tiện ích mở rộng Chrome được phát triển bởi CodeWarrior4Life, và tính năng chính của nó là "SickBeard (CW) extension for Google Chrome. (Edited to enable SickRage Compatibility)".

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

Tải xuống các tệp mở rộng SickBeardConnect 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

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

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

Tên SickBeardConnect SickBeardConnect
ID nefplcmcomeofdlcccdegfcbpioacine
URL Chính Thức https://chrome.google.com/webstore/detail/sickbeardconnect/nefplcmcomeofdlcccdegfcbpioacine
Mô tả SickBeard (CW) extension for Google Chrome. (Edited to enable SickRage Compatibility)
Kích Thước Tệp 318 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 0.1.22.1
Cập Nhật Lần Cuối 2015-10-07
Ngày Phát Hành 2015-10-06
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển CodeWarrior4Life
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": "__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"
    ]
}