newLEGACYinc

Official browser extension of newLEGACYinc!

O que é newLEGACYinc?

newLEGACYinc é uma extensão do Chrome desenvolvida por newLEGACYinc, e sua principal característica é "Official browser extension of newLEGACYinc!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão newLEGACYinc

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

                        Keep up-to-date with the latest nL posts and videos. Plus, be notified when newLEGACYinc is streaming!

Currently provides notifications for Twitch.tv stream and latest YouTube videos.                    

Informações Básicas da Extensão

Nome newLEGACYinc newLEGACYinc
ID phmfghceoibmdlhbjhgpedkimpnibmea
URL Oficial https://chromewebstore.google.com/detail/newlegacyinc/phmfghceoibmdlhbjhgpedkimpnibmea
Descrição Official browser extension of newLEGACYinc!
Tamanho do Arquivo 18.2 MB
Contagem de Instalações 130
Versão Atual 0.4.3
Última Atualização 2022-10-10
Data de Publicação 2022-04-07
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor newLEGACYinc
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://newlegacyinc.tv/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "newLEGACYinc",
    "description": "Official browser extension of newLEGACYinc!",
    "version": "0.4.3",
    "author": "newLEGACYinc",
    "icons": {
        "96": "img\/newLEGACYinc.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/youtube_notification.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage",
        "tabs"
    ],
    "action": {
        "default_icon": "img\/newLEGACYinc_38.png",
        "default_title": "newLEGACYinc",
        "default_popup": "popup.html"
    },
    "content_security_policy": [],
    "host_permissions": [
        ""
    ]
}