Twitch Rewards Links

Add links to the Twitch rewards page

Twitch Rewards Linksとは何ですか?

Twitch Rewards LinksはDX Naccaによって開発されたChromeの拡張機能で、その主な機能は「Add links to the Twitch rewards page」です。

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

screenshot
screenshot

Twitch Rewards Links拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        - Add links to the Twitch rewards page
That way you can click it instead of copying and pasting.

- Highlights a redemption once you click a link.
That way it's easier to know which redemption links you've already clicked.                    

拡張機能の基本情報

名前 Twitch Rewards Links Twitch Rewards Links
ID acolpfebjhapfflnpilmbfknbblchnom
公式URL https://chromewebstore.google.com/detail/twitch-rewards-links/acolpfebjhapfflnpilmbfknbblchnom
説明 Add links to the Twitch rewards page
ファイルサイズ 18.48 KB
インストール数 23
現在のバージョン 1.0.6
最終更新日 2022-03-29
公開日 2021-05-19
評価 5.00/5 合計 4 レビュー
開発者 DX Nacca
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/DX3006/Twitch-Rewards-Links
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Rewards Links",
    "description": "Add links to the Twitch rewards page",
    "version": "1.0.6",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/popout\/*\/reward-queue"
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}