Extension Twitch Joy
Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…
Vad är Extension Twitch Joy?
Extension Twitch Joy är en Chrome-tillägg utvecklad av sheytan0110, och dess huvudfunktion är "Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…".
Tilläggsskärmbilder
Ladda ner Extension Twitch Joy-förlängningens CRX-fil
Ladda ner Extension Twitch Joy-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 permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un signal sonore lors du lancement du live. Le signal peut être augmenté ou réduit voir même activer dans les options de celle-ci Des bisous à vous les doux
Grundläggande Information om Tillägg
Namn | Extension Twitch Joy |
ID | oghhjloaokapcnhngmboafmgbaenfpof |
Officiell webbadress | https://chromewebstore.google.com/detail/extension-twitch-joy/oghhjloaokapcnhngmboafmgbaenfpof |
Beskrivning | Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un… |
Filstorlek | 4.04 MB |
Antal Installationer | 11 |
Aktuell Version | 7.8.1 |
Senast Uppdaterad | 2024-02-15 |
Publiceringsdatum | 2020-11-21 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | sheytan0110 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://joyintv.fr/ |
URL till Sekretesspolicy Sidan | http://sheytan0110.atwebpages.com/chartes.html |
Stödda Språk | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Extension Twitch Joy", "description": "", "version": "7.8.1", "action": { "default_popup": "index.html" }, "icons": { "16": "img\/logo.png", "32": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "browser_style": true, "open_in_tab": false }, "content_scripts": [ { "js": [ "jquery-3.6.0.js", "check.js" ], "matches": [ "https:\/\/joyintv.fr\/*" ] } ], "host_permissions": [ "https:\/\/api.twitch.tv\/*" ], "permissions": [ "storage", "alarms" ] } |