Twitch Favorite Streamers

Always keep an eye on your favorite streamers. Choose your favorites and sort them!

Twitch Favorite Streamers क्या है?

Twitch Favorite Streamers Repit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Always keep an eye on your favorite streamers. Choose your favorites and sort them!"।

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

screenshot
screenshot

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

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

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

                        This extension lets you organize your favorite streamers so you can monitor them anytime you’re browsing the internet. You can also get notifications when they’re live!

To set it up, just connect to the extension using your Twitch account, and then go to the options to choose your favorites and sort them. 
To move your streamers, just drag and drop them from one list to another. 
Your favorite streamers will show up in the popup of the extension in the order you defined.

Enjoy !                    

एक्सटेंशन की मूल जानकारी

नाम Twitch Favorite Streamers Twitch Favorite Streamers
ID ejdopeebmefeldfgfnopoakgjahlpgki
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-favorite-streamers/ejdopeebmefeldfgfnopoakgjahlpgki
विवरण Always keep an eye on your favorite streamers. Choose your favorites and sort them!
फ़ाइल का आकार 452 KB
स्थापना संख्या 601
वर्तमान संस्करण 1.3.3
अंतिम अपडेट 2023-09-13
प्रकाशन तिथि 2021-09-01
रेटिंग 4.40/5 कुल 15 रेटिंग्स
डेवलपर Repit
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://brokodairs.github.io/privacy-policy/twitch-favorite-streamers.html
समर्थित भाषाएँ en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Favorite Streamers",
    "description": "__MSG_manifestDescription__",
    "version": "1.3.3",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16.png",
        "32": ".\/images\/icon-32.png",
        "48": ".\/images\/icon-48.png",
        "128": ".\/images\/icon-128.png"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": ".\/images\/icon-16.png",
            "32": ".\/images\/icon-32.png",
            "48": ".\/images\/icon-48.png",
            "128": ".\/images\/icon-128.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "identity",
        "notifications",
        "alarms"
    ],
    "default_locale": "en"
}