SickRageConnect

SickRage extension for Google Chrome.

SickRageConnectคืออะไร?

SickRageConnect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thraxis และคุณลักษณะหลักของมันคือ "SickRage extension for Google Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SickRageConnect

ดาวน์โหลดไฟล์ส่วนขยาย SickRageConnect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SickRage Connect 

Control SickRage right from chrome.


Features
 - Connect to SickRage and display:
    - Shows in your Library
    - Missed Shows
    - Shows on Today
    - Shows on Soon
    - Shows on in the Future
    - Downloaded and Snatched shows
 - Optionally display banner or poster art
 - See if you have a show while browsing trakt.tv or thetvdb.com
 - Quickly add a show from trakt.tv or thetvdb.com
 - Receive notification pop-ups from the SickRage system                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SickRageConnect SickRageConnect
ID ehknadckoahaedhginedlemfppdnjadm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sickrageconnect/ehknadckoahaedhginedlemfppdnjadm
คำอธิบาย SickRage extension for Google Chrome.
ขนาดไฟล์ 236 KB
จำนวนการติดตั้ง 263
เวอร์ชันปัจจุบัน 0.1.23.2
อัปเดตครั้งล่าสุด 2017-07-22
วันที่เผยแพร่ 2017-07-22
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Thraxis
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://sickrage.github.io
URL หน้าช่วยเหลือ https://github.com/SickRage/SickRageConnect
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "manifest_version": 2,
    "version": "0.1.23.2",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "notifications"
    ],
    "description": "SickRage extension for Google Chrome.",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html",
        "default_title": "SickRage Connect"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/trakt.tv\/shows\/*",
                "http:\/\/*.trakt.tv\/shows\/*",
                "http:\/\/thetvdb.com\/*series*",
                "http:\/\/*.thetvdb.com\/*series*"
            ],
            "js": [
                "third_party\/jquery\/js\/jquery-1.6.2.min.js",
                "scripts\/SickRageConnect.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [
        "images\/icon48.png",
        "images\/no16.png",
        "css\/sbconnect_content.css",
        "images\/bg.gif",
        "images\/yes16.png",
        "images\/throbber.svg"
    ]
}