Supernatural Countdown

Shows the countdown status for the upcoming episode of Supernatural

O que é Supernatural Countdown?

Supernatural Countdown é uma extensão do Chrome desenvolvida por http://teamfreewill.net, e sua principal característica é "Shows the countdown status for the upcoming episode of Supernatural".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Supernatural Countdown

Baixe arquivos de extensão Supernatural Countdown no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        More features coming soon...                    

Informações Básicas da Extensão

Nome Supernatural Countdown Supernatural Countdown
ID mcnakfbmcipbgjechgecfccfhncfpikg
URL Oficial https://chrome.google.com/webstore/detail/supernatural-countdown/mcnakfbmcipbgjechgecfccfhncfpikg
Descrição Shows the countdown status for the upcoming episode of Supernatural
Tamanho do Arquivo 421 KB
Contagem de Instalações 291
Versão Atual 1.1.0
Última Atualização 2016-03-16
Data de Publicação 2016-03-16
Classificação 4.59/5 Total de 39 Avaliações
Desenvolvedor http://teamfreewill.net
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}