Are You Watching This?!

Live Scores and Excitement Alerts for NFL, NBA, NHL, MLB, NCAA Basketball, NCAA Football, and Soccer. Never miss an Instant Classic!

O que é Are You Watching This?!?

Are You Watching This?! é uma extensão do Chrome desenvolvida por https://areyouwatchingthis.com, e sua principal característica é "Live Scores and Excitement Alerts for NFL, NBA, NHL, MLB, NCAA Basketball, NCAA Football, and Soccer. Never miss an Instant Classic!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Are You Watching This?!

Baixe arquivos de extensão Are You Watching This?! 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

                        This is a Chrome Extension that has Sports Scores, TV Listings, and Excitement Ratings.                    

Informações Básicas da Extensão

Nome Are You Watching This?! Are You Watching This?!
ID pfneigogocifpmjngcpbhfmjhbckjcao
URL Oficial https://chromewebstore.google.com/detail/are-you-watching-this/pfneigogocifpmjngcpbhfmjhbckjcao
Descrição Live Scores and Excitement Alerts for NFL, NBA, NHL, MLB, NCAA Basketball, NCAA Football, and Soccer. Never miss an Instant Classic!
Tamanho do Arquivo 893 KB
Contagem de Instalações 7,740
Versão Atual 3.02
Última Atualização 2023-05-30
Data de Publicação 2019-04-14
Classificação 4.26/5 Total de 189 Avaliações
Desenvolvedor https://areyouwatchingthis.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://areyouwatchingthis.com
URL da Página de Ajuda http://areyouwatchingthis.com/contact
URL da Página de Política de Privacidade https://areyouwatchingthis.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Are You Watching This?!",
    "version": "3.02",
    "description": "Live Scores and Excitement Alerts for NFL, NBA, NHL, MLB, NCAA Basketball, NCAA Football, and Soccer. Never miss an Instant Classic!",
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "js\/common.js",
            "js\/badge.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "32": "images\/icons\/icon-32.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png",
        "400": "images\/icons\/icon-400.png"
    },
    "permissions": [
        "https:\/\/*.areyouwatchingthis.com\/",
        "notifications"
    ]
}