Sonarr Connect

Show upcoming/missing episodes, your series and history from Sonarr

Sonarr Connect क्या है?

Sonarr Connect C.Vaes & T.Reinartz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show upcoming/missing episodes, your series and history from Sonarr"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sonarr Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    ]
}