DimsGameR
Sois toujours informé quand Dims lance un live!
What is DimsGameR?
DimsGameR is a Chrome extension developed by Yubo, and its main feature is "Sois toujours informé quand Dims lance un live!".
Extension Screenshots
Download DimsGameR Extension CRX File
Download DimsGameR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sois toujours informé quand Dims lance un live!
Extension Basic Information
Name | |
ID | pneafpjalpploleoehjeghclplkdidmb |
Official URL | https://chromewebstore.google.com/detail/dimsgamer/pneafpjalpploleoehjeghclplkdidmb |
Description | Sois toujours informé quand Dims lance un live! |
File Size | 13.28 KB |
Installation Count | 14 |
Current Version | 0.2.1 |
Last Updated | 2017-04-26 |
Publish Date | 2017-04-26 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Yubo |
Payment Type | free |
Extension Website | https://twitch.tv/dimsgamer |
Help Page URL | http://discord.gg/dimsgamer |
Supported Languages | 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" } |