7TV Nightly

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

¿Qué es 7TV Nightly?

7TV Nightly es una extensión de Chrome desarrollada por 7TV, y su función principal es "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión 7TV Nightly

Descarga archivos de extensión 7TV Nightly en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre 7TV Nightly 7TV Nightly
ID fphegifdehlodcepfkgofelcenelpedj
URL Oficial https://chromewebstore.google.com/detail/7tv-nightly/fphegifdehlodcepfkgofelcenelpedj
Descripción Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.
Tamaño del Archivo 3.84 MB
Cantidad de Instalaciones 96,815
Versión Actual 3.0.15.1000 nightly
Última Actualización 2023-11-28
Fecha de Publicación 2023-01-13
Calificación 4.52/5 Total de 54 Calificaciones
Desarrollador 7TV
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://7tv.app
Idiomas Soportados 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\/*"
            ]
        }
    ]
}