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. 擴展基本資訊
| 名稱 | |
| ID | acolpfebjhapfflnpilmbfknbblchnom |
| 官方網址 | 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"
}
} | |