[Beta] Twitch Plus

Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…

[Beta] Twitch Plusとは何ですか?

[Beta] Twitch PlusはCodeOzによって開発されたChromeの拡張機能で、その主な機能は「Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…」です。

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

screenshot
screenshot
screenshot
screenshot

[Beta] Twitch Plus拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Twitch plus is an application that bring some features to improve your experience on twitch.

Features available on twitch plus 👇

- Historic chat (alt + up or down, when you go to another stream, historic is clean)

- Auto-claim bonus (when bonus is available, extension will automatically claim it for you, so you can earn a lot of points!)

- Donate Button (If streamer has an external link for donations, you can access it directly by clicking on the donate button!)

- Collapse/Expand Chat shortcut (alt + h)

If you find any bugs or any suggestions or you want to contact developer, please send email to [email protected].

Github of creator -> https://github.com/Code-Oz                    

拡張機能の基本情報

名前 [Beta] Twitch Plus [Beta] Twitch Plus
ID ahdoacgdgcgkhmajnmibefppffbbkgnl
公式URL https://chromewebstore.google.com/detail/beta-twitch-plus/ahdoacgdgcgkhmajnmibefppffbbkgnl
説明 Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…
ファイルサイズ 167 KB
インストール数 88
現在のバージョン 1.0.1
最終更新日 2022-01-11
公開日 2022-01-07
開発者 CodeOz
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "[Beta] Twitch Plus",
    "version": "1.0.1",
    "icons": {
        "256": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}