Supernatural Countdown

Shows the countdown status for the upcoming episode of Supernatural

Co je Supernatural Countdown?

Supernatural Countdown je rozšíření Chrome vyvinuté http://teamfreewill.net, a jeho hlavní funkcí je „Shows the countdown status for the upcoming episode of Supernatural“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Supernatural Countdown

Stáhněte si soubory rozšíření Supernatural Countdown ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        More features coming soon...                    

Základní Informace o Rozšíření

Název Supernatural Countdown Supernatural Countdown
ID mcnakfbmcipbgjechgecfccfhncfpikg
Oficiální URL https://chrome.google.com/webstore/detail/supernatural-countdown/mcnakfbmcipbgjechgecfccfhncfpikg
Popis Shows the countdown status for the upcoming episode of Supernatural
Velikost souboru 421 KB
Počet instalací 291
Aktuální Verze 1.1.0
Poslední Aktualizace 2016-03-16
Datum Vydání 2016-03-16
Hodnocení 4.59/5 Celkem 39 Hodnocení
Vývojář http://teamfreewill.net
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supernatural Countdown",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Shows the countdown status for the upcoming episode of Supernatural",
    "homepage_url": "http:\/\/countdown.teamfreewill.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Supernatural Countdown",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "cookies",
        "history",
        "tabs"
    ],
    "omnibox": {
        "keyword": "extensionizr"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/teamfreewill.net\/*",
                "https:\/\/widget.teamfreewill.net\/*"
            ],
            "css": [
                "src\/inject\/inject.css",
                "css\/countdown.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/teamfreewill.net\/*",
                "https:\/\/widget.teamfreewill.net\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}