Are They Live?
This simple extension checks to see if your favorite Twitch streamer is live.
Are They Live? क्या है?
Are They Live? JakeRYW द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This simple extension checks to see if your favorite Twitch streamer is live."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Are They Live? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pcdpfbneefmefjmmbhmgfgcciefpiaem |
आधिकारिक URL | https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem |
विवरण | This simple extension checks to see if your favorite Twitch streamer is live. |
फ़ाइल का आकार | 4.1 MB |
स्थापना संख्या | 548 |
वर्तमान संस्करण | 2.7 |
अंतिम अपडेट | 2020-05-31 |
प्रकाशन तिथि | 2020-05-31 |
रेटिंग | 4.10/5 कुल 10 रेटिंग्स |
डेवलपर | JakeRYW |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |