Sonarr Connect
Show upcoming/missing episodes, your series and history from Sonarr
Sonarr Connect là gì?
Sonarr Connect là một tiện ích mở rộng Chrome được phát triển bởi C.Vaes & T.Reinartz, và tính năng chính của nó là "Show upcoming/missing episodes, your series and history from Sonarr".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sonarr Connect
Tải xuống các tệp mở rộng Sonarr Connect 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sonarr Connect |
ID | cpcjkmdojedpmkphagkgiclgnhinlgib |
URL Chính Thức | https://chromewebstore.google.com/detail/sonarr-connect/cpcjkmdojedpmkphagkgiclgnhinlgib |
Mô tả | Show upcoming/missing episodes, your series and history from Sonarr |
Kích Thước Tệp | 377 KB |
Số Lần Cài Đặt | 2,218 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2016-01-19 |
Ngày Phát Hành | 2016-01-19 |
Đánh Giá | 4.14/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | C.Vaes & T.Reinartz |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |