Sonarr Connect
Show upcoming/missing episodes, your series and history from Sonarr
Qu'est-ce que Sonarr Connect ?
Sonarr Connect est une extension Chrome développée par C.Vaes & T.Reinartz, et sa fonction principale est "Show upcoming/missing episodes, your series and history from Sonarr".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sonarr Connect
Téléchargez les fichiers d'extension Sonarr Connect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Sonarr Connect |
ID | cpcjkmdojedpmkphagkgiclgnhinlgib |
URL Officiel | https://chromewebstore.google.com/detail/sonarr-connect/cpcjkmdojedpmkphagkgiclgnhinlgib |
Description | Show upcoming/missing episodes, your series and history from Sonarr |
Taille du Fichier | 377 KB |
Nombre d'Installations | 2,218 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2016-01-19 |
Date de Publication | 2016-01-19 |
Évaluation | 4.14/5 Total 22 Évaluations |
Développeur | C.Vaes & T.Reinartz |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |