Sonarr Connect
Show upcoming/missing episodes, your series and history from Sonarr
Was ist Sonarr Connect?
Sonarr Connect ist eine Chrome-Erweiterung, die von C.Vaes & T.Reinartz entwickelt wurde, und ihr Hauptmerkmal ist "Show upcoming/missing episodes, your series and history from Sonarr".
Erweiterungsscreenshots
Sonarr Connect-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sonarr Connect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Sonarr Connect |
ID | cpcjkmdojedpmkphagkgiclgnhinlgib |
Offizielle URL | https://chromewebstore.google.com/detail/sonarr-connect/cpcjkmdojedpmkphagkgiclgnhinlgib |
Beschreibung | Show upcoming/missing episodes, your series and history from Sonarr |
Dateigröße | 377 KB |
Installationsanzahl | 2,218 |
Aktuelle Version | 1.5.0 |
Letztes Update | 2016-01-19 |
Veröffentlichungsdatum | 2016-01-19 |
Bewertung | 4.14/5 Insgesamt 22 Bewertungen |
Entwickler | C.Vaes & T.Reinartz |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |