OnlineTTV
Extension showing the list of active followed channels.
What is OnlineTTV?
OnlineTTV is a Chrome extension developed by Mego, and its main feature is "Extension showing the list of active followed channels.".
Extension Screenshots
Download OnlineTTV Extension CRX File
Download OnlineTTV 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
OnlineTTV is an extension that will greatly improve the way you manage your favorite Twitch streams. You can view the active channels of your favorite streamers. Now you can get the status of your favorite streams in one place. Fast and convenient!
Extension Basic Information
Name | OnlineTTV |
ID | becfleolohnaegiedeidikdfndkdcjcm |
Official URL | https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm |
Description | Extension showing the list of active followed channels. |
File Size | 29.01 KB |
Installation Count | 38 |
Current Version | 1.5.0 |
Last Updated | 2022-06-06 |
Publish Date | 2022-03-21 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Mego |
[email protected] | |
Payment Type | free |
Extension Website | https://megomvs.github.io/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OnlineTTV", "version": "1.5.0", "description": "Extension showing the list of active followed channels.", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "49": "icon.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "alarms", "notifications" ], "host_permissions": [ "https:\/\/megomvs.github.io\/" ] } |