Twitch Favorite Streamers

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

Co je Twitch Favorite Streamers?

Twitch Favorite Streamers je rozšíření Chrome vyvinuté Repit, a jeho hlavní funkcí je „Always keep an eye on your favorite streamers. Choose your favorites and sort them!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Twitch Favorite Streamers

Stáhněte si soubory rozšíření Twitch Favorite Streamers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 !                    

Základní Informace o Rozšíření

Název Twitch Favorite Streamers Twitch Favorite Streamers
ID ejdopeebmefeldfgfnopoakgjahlpgki
Oficiální URL https://chromewebstore.google.com/detail/twitch-favorite-streamers/ejdopeebmefeldfgfnopoakgjahlpgki
Popis Always keep an eye on your favorite streamers. Choose your favorites and sort them!
Velikost souboru 452 KB
Počet instalací 601
Aktuální Verze 1.3.3
Poslední Aktualizace 2023-09-13
Datum Vydání 2021-09-01
Hodnocení 4.40/5 Celkem 15 Hodnocení
Vývojář Repit
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://brokodairs.github.io/privacy-policy/twitch-favorite-streamers.html
Podporované Jazyky 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"
}