Aero1738 TV

The official Aero1738 browser extension, showing notifications when Aero1738 goes live..

O que é Aero1738 TV?

Aero1738 TV é uma extensão do Chrome desenvolvida por aeroproject223, e sua principal característica é "The official Aero1738 browser extension, showing notifications when Aero1738 goes live..".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Aero1738 TV

Baixe arquivos de extensão Aero1738 TV 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

                                            

Informações Básicas da Extensão

Nome Aero1738 TV Aero1738 TV
ID odlmkkdmadlolcahoanmmaeaphhkbbcg
URL Oficial https://chromewebstore.google.com/detail/aero1738-tv/odlmkkdmadlolcahoanmmaeaphhkbbcg
Descrição The official Aero1738 browser extension, showing notifications when Aero1738 goes live..
Tamanho do Arquivo 85.48 KB
Contagem de Instalações 32
Versão Atual 2.0.0
Última Atualização 2017-11-05
Data de Publicação 2017-11-05
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor aeroproject223
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aero1738 TV",
    "version": "2.0.0",
    "description": "The official Aero1738 browser extension, showing notifications when Aero1738 goes live..",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_title": "Aero1738 TV",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "external\/socket.io.min.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ]
}