7TV

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

Was ist 7TV?

7TV ist eine Chrome-Erweiterung, die von https://7tv.app entwickelt wurde, und ihr Hauptmerkmal ist "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

7TV-Erweiterungs-CRX-Datei herunterladen

Laden Sie 7TV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The 7TV Extension lets you see chat emotes in nearly a million channels across Twitch & YouTube! Not only that, but also dozens of new features, performance improvements and vanity options to truly create your own experience.

7TV supports other popular emote extensions out of the box, too. This is the only one you'll need.                    

Grundlegende Informationen zur Erweiterung

Name 7TV 7TV
ID ammjkodgmmoknidbanneddgankgfejfh
Offizielle URL https://chromewebstore.google.com/detail/7tv/ammjkodgmmoknidbanneddgankgfejfh
Beschreibung Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.
Dateigröße 3.81 MB
Installationsanzahl 2,196,345
Aktuelle Version 3.0.9
Letztes Update 2023-05-31
Veröffentlichungsdatum 2021-03-17
Bewertung 4.57/5 Insgesamt 3354 Bewertungen
Entwickler https://7tv.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://7tv.app/
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7TV",
    "version": "3.0.9",
    "version_name": "3.0.9",
    "description": "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.",
    "action": {
        "default_icon": ".\/icon\/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\/icon-16.png",
        "48": ".\/icon\/icon-48.png",
        "128": ".\/icon\/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\/*"
            ]
        }
    ]
}