7TV Nightly

Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.

O que é 7TV Nightly?

7TV Nightly é uma extensão do Chrome desenvolvida por 7TV, e sua principal característica é "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 7TV Nightly

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

                        7TV is the ultimate platform for chat emotes. View chat emoticons for hundreds of thousands of channels across Twitch & YouTube and customize your experience.

/!\ THIS IS THE NIGHTLY BRANCH OF 7TV /!\
This extension is updated frequently, whenever changes are made to the source repository. It may sometimes be unstable or break entirely!                    

Informações Básicas da Extensão

Nome 7TV Nightly 7TV Nightly
ID fphegifdehlodcepfkgofelcenelpedj
URL Oficial https://chromewebstore.google.com/detail/7tv-nightly/fphegifdehlodcepfkgofelcenelpedj
Descrição Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.
Tamanho do Arquivo 3.84 MB
Contagem de Instalações 96,815
Versão Atual 3.0.15.1000 nightly
Última Atualização 2023-11-28
Data de Publicação 2023-01-13
Classificação 4.52/5 Total de 54 Avaliações
Desenvolvedor 7TV
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://7tv.app
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7TV Nightly",
    "version": "3.0.15.1000",
    "version_name": "3.0.15.1000 nightly",
    "description": "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.",
    "action": {
        "default_icon": ".\/icon\/nightly-icon-128.png",
        "default_popup": "index.html#\/popup?noheader=1",
        "default_area": "navbar"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "icons": {
        "16": ".\/icon\/nightly-icon-16.png",
        "48": ".\/icon\/nightly-icon-48.png",
        "128": ".\/icon\/nightly-icon-128.png"
    },
    "host_permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "permissions": [
        "scripting",
        "storage",
        "activeTab"
    ],
    "optional_permissions": [
        "management"
    ],
    "optional_host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.kick.com\/*",
        "*:\/\/*.7tv.app\/*",
        "*:\/\/*.7tv.io\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "site.js",
                "site.js.map",
                "content.js.map",
                "worker.js",
                "index.html",
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.kick.com\/*"
            ]
        }
    ]
}