Are They Live?

This simple extension checks to see if your favorite Twitch streamer is live.

Co je Are They Live??

Are They Live? je rozšíření Chrome vyvinuté JakeRYW, a jeho hlavní funkcí je „This simple extension checks to see if your favorite Twitch streamer is live.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Are They Live?

Stáhněte si soubory rozšíření Are They Live? 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í

                        Want to see if your favorite streamer is live right from the toolbar? Get this simple, minimalistic extension and you're one click away from all the important information you need.                    

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

Název Are They Live? Are They Live?
ID pcdpfbneefmefjmmbhmgfgcciefpiaem
Oficiální URL https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem
Popis This simple extension checks to see if your favorite Twitch streamer is live.
Velikost souboru 4.1 MB
Počet instalací 548
Aktuální Verze 2.7
Poslední Aktualizace 2020-05-31
Datum Vydání 2020-05-31
Hodnocení 4.10/5 Celkem 10 Hodnocení
Vývojář JakeRYW
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Are They Live?",
    "version": "2.7",
    "description": "This simple extension checks to see if your favorite Twitch streamer is live.",
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}