Twitch No Unfollow

Hide the unfollow button for Twitch streamers you follow.

Twitch No Unfollow क्या है?

Twitch No Unfollow uvanchang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide the unfollow button for Twitch streamers you follow."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch No Unfollow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}