Twitch No Unfollow

Hide the unfollow button for Twitch streamers you follow.

Twitch No Unfollowคืออะไร?

Twitch No Unfollow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uvanchang และคุณลักษณะหลักของมันคือ "Hide the unfollow button for Twitch streamers you follow."

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

screenshot
screenshot

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

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

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

                        This extension allows you to hide/unhide the Twitch unfollow button so you never accidentally unfollow your favorite streamer again. Click on the extension icon in the extension list to bring up a checkbox to toggle the button hiding.                    

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

ชื่อ Twitch No Unfollow Twitch No Unfollow
ID mjlmkodinifanpmmkgoilihnhmjhdcla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-no-unfollow/mjlmkodinifanpmmkgoilihnhmjhdcla
คำอธิบาย Hide the unfollow button for Twitch streamers you follow.
ขนาดไฟล์ 15.98 KB
จำนวนการติดตั้ง 243
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-04-01
วันที่เผยแพร่ 2020-12-15
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา uvanchang
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch No Unfollow",
    "version": "1.1.0",
    "description": "Hide the unfollow button for Twitch streamers you follow.",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "src\/channel.js"
            ],
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "src\/views\/options.html",
        "default_icon": "assets\/icons\/icon-128.png"
    },
    "icons": {
        "128": "assets\/icons\/icon-128.png"
    }
}