OnlineTTV
Extension showing the list of active followed channels.
Vad är OnlineTTV?
OnlineTTV är en Chrome-tillägg utvecklad av Mego, och dess huvudfunktion är "Extension showing the list of active followed channels.".
Tilläggsskärmbilder
Ladda ner OnlineTTV-förlängningens CRX-fil
Ladda ner OnlineTTV-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | OnlineTTV |
ID | becfleolohnaegiedeidikdfndkdcjcm |
Officiell webbadress | https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm |
Beskrivning | Extension showing the list of active followed channels. |
Filstorlek | 29.01 KB |
Antal Installationer | 38 |
Aktuell Version | 1.5.0 |
Senast Uppdaterad | 2022-06-06 |
Publiceringsdatum | 2022-03-21 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | Mego |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://megomvs.github.io/ |
Stödda Språk | 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\/" ] } |