Are They Live?

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

What is Are They Live??

Are They Live? is a Chrome extension developed by JakeRYW, and its main feature is "This simple extension checks to see if your favorite Twitch streamer is live.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Are They Live? Extension CRX File

Download Are They Live? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Are They Live? Are They Live?
ID pcdpfbneefmefjmmbhmgfgcciefpiaem
Official URL https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem
Description This simple extension checks to see if your favorite Twitch streamer is live.
File Size 4.1 MB
Installation Count 548
Current Version 2.7
Last Updated 2020-05-31
Publish Date 2020-05-31
Rating 4.10/5 Total 10 Ratings
Developer JakeRYW
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}