Twitch Affiliate Sub Icons

Replaces Twitch's basic sub icon with better, custom icons.

Twitch Affiliate Sub Iconsคืออะไร?

Twitch Affiliate Sub Icons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MusicalMayo และคุณลักษณะหลักของมันคือ "Replaces Twitch's basic sub icon with better, custom icons."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Affiliate Sub Icons

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Affiliate Sub Icons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tired of that boring default star icon for Twitch subscribers?

Now you can change it! With this extension, you can change that badge to any image you want. You can set the image per stream too, so you can have different icons for each of your favorite streamers.

With the new influx of Twitch affiliates getting sub buttons, make subscribers stand out and get rid of that boring star!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Affiliate Sub Icons Twitch Affiliate Sub Icons
ID eafophjfgcoikfppaofnalpppeckgoed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-affiliate-sub-icon/eafophjfgcoikfppaofnalpppeckgoed
คำอธิบาย Replaces Twitch's basic sub icon with better, custom icons.
ขนาดไฟล์ 74.62 KB
จำนวนการติดตั้ง 599
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2017-07-03
วันที่เผยแพร่ 2017-07-03
ผู้พัฒนา MusicalMayo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Affiliate Sub Icons",
    "version": "1.0.3",
    "description": "Replaces Twitch's basic sub icon with better, custom icons.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}