7TV

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

什麼是7TV?

7TV是由https://7tv.app開發的Chrome擴展程式,該擴展的主要功能是“Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載7TV擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}