DimsGameR
Sois toujours informé quand Dims lance un live!
Wat is DimsGameR?
DimsGameR is een Chrome-extensie ontwikkeld door Yubo, en de belangrijkste functie is "Sois toujours informé quand Dims lance un live!".
Extensie Screenshots
Download het CRX-bestand van de extensie DimsGameR
Download DimsGameR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Sois toujours informé quand Dims lance un live!
Basisinformatie over de Extensie
Naam | |
ID | pneafpjalpploleoehjeghclplkdidmb |
Officiële URL | https://chromewebstore.google.com/detail/dimsgamer/pneafpjalpploleoehjeghclplkdidmb |
Beschrijving | Sois toujours informé quand Dims lance un live! |
Bestandsgrootte | 13.28 KB |
Aantal Installaties | 14 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2017-04-26 |
Publicatiedatum | 2017-04-26 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Yubo |
Betalingswijze | free |
Extensiewebsite | https://twitch.tv/dimsgamer |
Help Pagina-URL | http://discord.gg/dimsgamer |
Ondersteunde Talen | fr |
manifest.json | |
{ "background": { "persistant": false, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "all_frames": true, "css": [ "css\/main-css.css" ], "js": [ "js\/main.js" ], "matches": [ "*:\/\/www.twitch.tv\/*" ], "run_at": "document_start" }, { "all_frames": true, "css": [ "css\/twitch-chat.css" ], "matches": [ "*:\/\/www.twitch.tv\/*\/chat?popout" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.twitch.tv\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.1", "manifest_version": 2, "name": "DimsGameR" } |