Sonarr Connect
Show upcoming/missing episodes, your series and history from Sonarr
什么是Sonarr Connect?
Sonarr Connect是由C.Vaes & T.Reinartz开发的Chrome扩展程序,该扩展的主要功能是“Show upcoming/missing episodes, your series and history from Sonarr”。
扩展截图
下载Sonarr Connect扩展crx文件
下载Sonarr Connect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Version log 1.5.0 Resolve issue: unable to select season in show view, if you have any issues please update to at least 2.0.0.3732 1.4.2 Resolved issue where options are not visible on smaller resolution screens 1.4.1 Added option to hide the badge if there are no wanted items available 1.4.0 Season 0 is called Specials now Options page will open automatically when extension is not configured Check if image url is set 1.3.0 Updated badge behavior + added interval time in settings Fix images on protected environment Technical updates to better handle large amounts of data 1.2.0 Change name to Sonarr Connect Added extra checks for url in config page. 1.1.2: initial release
扩展基本信息
名称 | Sonarr Connect |
ID | cpcjkmdojedpmkphagkgiclgnhinlgib |
官方URL | https://chromewebstore.google.com/detail/sonarr-connect/cpcjkmdojedpmkphagkgiclgnhinlgib |
简介 | Show upcoming/missing episodes, your series and history from Sonarr |
文件大小 | 377 KB |
安装次数 | 2,218 |
当前版本 | 1.5.0 |
更新时间 | 2016-01-19 |
上架时间 | 2016-01-19 |
评分 | 4.14/5 共22次评分 |
开发者 | C.Vaes & T.Reinartz |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sonarr Connect", "description": "Show upcoming\/missing episodes, your series and history from Sonarr", "version": "1.5.0", "options_page": "options.html", "browser_action": { "default_icon": "72.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/vendor\/jquery.js", "js\/popup-util.js", "js\/popup.js", "js\/background.js" ], "persistent": true }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "storage", "alarms" ] } |