7TV Nightly

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

Qu'est-ce que 7TV Nightly ?

7TV Nightly est une extension Chrome développée par 7TV, et sa fonction principale est "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 7TV Nightly

Téléchargez les fichiers d'extension 7TV Nightly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom 7TV Nightly 7TV Nightly
ID fphegifdehlodcepfkgofelcenelpedj
URL Officiel https://chromewebstore.google.com/detail/7tv-nightly/fphegifdehlodcepfkgofelcenelpedj
Description Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.
Taille du Fichier 3.84 MB
Nombre d'Installations 96,815
Version Actuelle 3.0.15.1000 nightly
Dernière Mise à Jour 2023-11-28
Date de Publication 2023-01-13
Évaluation 4.52/5 Total 54 Évaluations
Développeur 7TV
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://7tv.app
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}