7TV

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

Τι είναι το 7TV;

Το 7TV είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://7tv.app, και η κύρια λειτουργία του είναι "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 7TV

Λήψη αρχείων επέκτασης 7TV σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 7TV 7TV
ID ammjkodgmmoknidbanneddgankgfejfh
Επίσημο URL https://chromewebstore.google.com/detail/7tv/ammjkodgmmoknidbanneddgankgfejfh
Περιγραφή Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.
Μέγεθος Αρχείου 3.81 MB
Αριθμός Εγκαταστάσεων 2,196,345
Τρέχουσα Έκδοση 3.0.9
Τελευταία Ενημέρωση 2023-05-31
Ημερομηνία Δημοσίευσης 2021-03-17
Αξιολόγηση 4.57/5 Συνολικά 3354 Αξιολογήσεις
Προγραμματιστής https://7tv.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://7tv.app/
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}