7TV Nightly

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

7TV Nightlyとは何ですか?

7TV Nightlyは7TVによって開発されたChromeの拡張機能で、その主な機能は「Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

7TV Nightly拡張機能のCRXファイルをダウンロード

7TV Nightly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 7TV Nightly 7TV Nightly
ID fphegifdehlodcepfkgofelcenelpedj
公式URL https://chromewebstore.google.com/detail/7tv-nightly/fphegifdehlodcepfkgofelcenelpedj
説明 Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.
ファイルサイズ 3.84 MB
インストール数 96,815
現在のバージョン 3.0.15.1000 nightly
最終更新日 2023-11-28
公開日 2023-01-13
評価 4.52/5 合計 54 レビュー
開発者 7TV
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://7tv.app
対応言語 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\/*"
            ]
        }
    ]
}