My Twitch Tv Following
Displays the online channels from your following list on Twitch in real time.
My Twitch Tv Following क्या है?
My Twitch Tv Following Noxius द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the online channels from your following list on Twitch in real time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My Twitch Tv Following एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Displays up to 100 of the channels that you are following on Twitch.tv that are currently online in real time. With optional audio and push notifications, you'll never miss when a channel you follow comes online again. *** UPDATED June 6, 2023 *** Fixed an issue that was causing authentication and authorization errors *** UPDATED Sept 15, 2022 *** Added a dark mode that uses dark backgrounds and light text colors *** UPDATED Feb 19, 2022 *** Updated in preparation for Twitch migrating to a new API *** UPDATED Aug 23, 2019 *** Fixed an issue related to Twitch migrating their API to a newer version Fixed an issue that prevented push notifications from displaying Fixed an issue that prevented some options from being saved when changed
एक्सटेंशन की मूल जानकारी
नाम | My Twitch Tv Following |
ID | gbnicdonieafpdoggdddabimodjmmopl |
आधिकारिक URL | https://chromewebstore.google.com/detail/my-twitch-tv-following/gbnicdonieafpdoggdddabimodjmmopl |
विवरण | Displays the online channels from your following list on Twitch in real time. |
फ़ाइल का आकार | 223 KB |
स्थापना संख्या | 311 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2023-06-06 |
प्रकाशन तिथि | 2019-08-23 |
रेटिंग | 4.22/5 कुल 9 रेटिंग्स |
डेवलपर | Noxius |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Twitch Tv Following", "version": "1.0.4", "manifest_version": 2, "description": "Displays the online channels from your following list on Twitch in real time.", "options_page": "options.html", "background": { "scripts": [ "jquery-1.10.2.min.js", "background.js" ] }, "icons": { "64": "heart-64p.png" }, "browser_action": { "default_icon": { "19": "heart-19p.png", "38": "heart-38p.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery-1.10.2.min.js", "reader.js" ], "all_frames": false, "matches": [ "*:\/\/*.twitch.tv\/settings\/*" ] } ], "permissions": [ "*:\/\/*.twitch.tv\/*", "http:\/\/static-cdn.jtvnw.net\/*", "notifications" ] } |