KAO Live
Ne loupez plus un seul live Twitch de Kao.
Vad är KAO Live?
KAO Live är en Chrome-tillägg utvecklad av Gwyomarch, och dess huvudfunktion är "Ne loupez plus un seul live Twitch de Kao.".
Tilläggsskärmbilder
Ladda ner KAO Live-förlängningens CRX-fil
Ladda ner KAO Live-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
Cette extension vous avertit quand Kao est en Live sur sa chaîne Twitch KAOsvmd et ailleurs.
Grundläggande Information om Tillägg
Namn | |
ID | idmlfgnbcajlnjnmflpaoekgdoldnmef |
Officiell webbadress | https://chromewebstore.google.com/detail/kao-live/idmlfgnbcajlnjnmflpaoekgdoldnmef |
Beskrivning | Ne loupez plus un seul live Twitch de Kao. |
Filstorlek | 777 KB |
Antal Installationer | 31 |
Aktuell Version | 2.0.4 |
Senast Uppdaterad | 2022-06-07 |
Publiceringsdatum | 2020-11-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Gwyomarch |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KAO Live", "description": "Ne loupez plus un seul live Twitch de Kao.", "version": "2.0.4", "author": "Gwyomarch", "permissions": [ "notifications" ], "icons": { "64": "img\/logo-64.png", "128": "img\/logo-128.png", "256": "img\/logo-256.png" }, "browser_action": { "default_icon": "img\/logo-256.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/jquery.js", "js\/config.js", "js\/background.js" ], "persistent": true } } |