Supernatural Countdown

Shows the countdown status for the upcoming episode of Supernatural

Co to jest Supernatural Countdown?

Supernatural Countdown to rozszerzenie Chrome opracowane przez http://teamfreewill.net, a jego główną funkcją jest „Shows the countdown status for the upcoming episode of Supernatural”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Supernatural Countdown

Pobierz pliki rozszerzeń Supernatural Countdown w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        More features coming soon...                    

Podstawowe informacje o rozszerzeniu

Nazwa Supernatural Countdown Supernatural Countdown
ID mcnakfbmcipbgjechgecfccfhncfpikg
Oficjalny URL https://chrome.google.com/webstore/detail/supernatural-countdown/mcnakfbmcipbgjechgecfccfhncfpikg
Opis Shows the countdown status for the upcoming episode of Supernatural
Rozmiar pliku 421 KB
Liczba instalacji 291
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2016-03-16
Data Publikacji 2016-03-16
Ocena 4.59/5 Łącznie 39 Oceny
Deweloper http://teamfreewill.net
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}