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
拡張機能の基本情報
名前 | |
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" ] } |