Khoyatv Live Alert
Extension Twitch Live de KhoyaTV ! Live sans PUB! Hésites pas à t'abonner
什麼是Khoyatv Live Alert?
Khoyatv Live Alert是由Altheus開發的Chrome擴展程式,該擴展的主要功能是“Extension Twitch Live de KhoyaTV ! Live sans PUB! Hésites pas à t'abonner”。
擴展截圖
下載Khoyatv Live Alert擴展crx文件
下載Khoyatv Live Alert擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | eoildnngkooamkjobodffpockdfmahjk |
官方網址 | https://chrome.google.com/webstore/detail/khoyatv-live-alert/eoildnngkooamkjobodffpockdfmahjk |
簡介 | Extension Twitch Live de KhoyaTV ! Live sans PUB! Hésites pas à t'abonner |
檔案大小 | 2.32 MB |
安裝次數 | 64 |
目前版本 | 1.1 |
更新時間 | 2022-05-31 |
上架時間 | 2022-05-19 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Altheus |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |