Khoyatv Live Alert
Extension Twitch Live de KhoyaTV ! Live sans PUB! Hésites pas à t'abonner
What is Khoyatv Live Alert?
Khoyatv Live Alert is a Chrome extension developed by Altheus, and its main feature is "Extension Twitch Live de KhoyaTV ! Live sans PUB! Hésites pas à t'abonner".
Extension Screenshots
Download Khoyatv Live Alert Extension CRX File
Download Khoyatv Live Alert 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
Notifie lorsque KhoyaTV est en live. Reste attentif à mon activité en ligne grâce à mon extension ! Cette extension ajoute une icône en haut à droite de ton navigateur qui devient colorée lorsque je suis en live sur Twitch, et elle t'enverra aussi une notification.
Extension Basic Information
Name | |
ID | eoildnngkooamkjobodffpockdfmahjk |
Official URL | https://chrome.google.com/webstore/detail/khoyatv-live-alert/eoildnngkooamkjobodffpockdfmahjk |
Description | Extension Twitch Live de KhoyaTV ! Live sans PUB! Hésites pas à t'abonner |
File Size | 2.32 MB |
Installation Count | 64 |
Current Version | 1.1 |
Last Updated | 2022-05-31 |
Publish Date | 2022-05-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Altheus |
[email protected] | |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Khoyatv Live Alert", "description": "Extension Twitch Live de KhoyaTV ! Live sans PUB! H\u00e9sites pas \u00e0 t'abonner", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" }, "permissions": [ "alarms", "notifications", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "style.css" ] } ] } |