Gardoum
Suivez Gardoum à tout moment !
What is Gardoum?
Gardoum is a Chrome extension developed by http://gardoum.com, and its main feature is " Suivez Gardoum à tout moment !".
Download Gardoum Extension CRX File
Download Gardoum 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
L'extension indispensable pour savoir quand Gardoum stream sur Twitch et avoir directement accès à ses réseaux sociaux !
Extension Basic Information
Name | |
ID | mandgmepkiikdjbpcekemakejdbhijbb |
Official URL | https://chrome.google.com/webstore/detail/gardoum/mandgmepkiikdjbpcekemakejdbhijbb |
Description | Suivez Gardoum à tout moment ! |
File Size | 3.58 MB |
Installation Count | 27 |
Current Version | 1.5.2 |
Last Updated | 2016-09-18 |
Publish Date | 2016-09-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://gardoum.com |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gardoum", "description": " Suivez Gardoum \u00e0 tout moment !", "version": "1.5.2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "background": { "page": "background.html" }, "permissions": [ "notifications", "https:\/\/api.twitch.tv\/" ], "browser_action": { "default_icon": "data\/gardoum_off.png", "default_popup": "popup.html", "icons": { "19": "data\/gardoum_off.png" } } } |