SickRageConnect
SickRage extension for Google Chrome.
SickRageConnectとは何ですか?
SickRageConnectはThraxisによって開発されたChromeの拡張機能で、その主な機能は「SickRage extension for Google Chrome.」です。
拡張機能のスクリーンショット
SickRageConnect拡張機能のCRXファイルをダウンロード
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
拡張機能の基本情報
名前 | |
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" ] } |