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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |