Twitch Rewards Links

Add links to the Twitch rewards page

Twitch Rewards Linksคืออะไร?

Twitch Rewards Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DX Nacca และคุณลักษณะหลักของมันคือ "Add links to the Twitch rewards page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Rewards Links

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}