Extension Twitch Joy
Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…
Cos'è Extension Twitch Joy?
Extension Twitch Joy è un'estensione di Chrome sviluppata da sheytan0110, e la sua funzione principale è "Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Extension Twitch Joy
Scarica i file di estensione Extension Twitch Joy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | oghhjloaokapcnhngmboafmgbaenfpof |
| URL Ufficiale | https://chromewebstore.google.com/detail/extension-twitch-joy/oghhjloaokapcnhngmboafmgbaenfpof |
| Descrizione | Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un… |
| Dimensione del File | 4.04 MB |
| Conteggio Installazioni | 11 |
| Versione Corrente | 7.8.1 |
| Ultimo Aggiornamento | 2024-02-15 |
| Data di Pubblicazione | 2020-11-21 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | sheytan0110 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://joyintv.fr/ |
| URL della Pagina della Politica sulla Privacy | http://sheytan0110.atwebpages.com/chartes.html |
| Lingue Supportate | 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"
]
} | |