Extension Kidadou Live
Pour savoir quand Kidadou est en live
What is Extension Kidadou Live?
Extension Kidadou Live is a Chrome extension developed by elbaze.d, and its main feature is "Pour savoir quand Kidadou est en live".
Extension Screenshots
Download Extension Kidadou Live Extension CRX File
Download Extension Kidadou Live 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
Extension Basic Information
Name | |
ID | mhgngjoklamdfofakgijhpabnipdenhg |
Official URL | https://chrome.google.com/webstore/detail/extension-kidadou-live/mhgngjoklamdfofakgijhpabnipdenhg |
Description | Pour savoir quand Kidadou est en live |
File Size | 1.73 MB |
Installation Count | 13 |
Current Version | 1.7 |
Last Updated | 2019-02-15 |
Publish Date | 2019-02-15 |
Rating | 4.80/5 Total 5 Ratings |
Developer | elbaze.d |
Payment Type | free |
Extension Website | https://www.twitch.tv/kidadou |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extension Kidadou Live", "version": "1.7", "description": "Pour savoir quand Kidadou est en live", "browser_action": { "default_popup": "index.html" }, "permissions": [ "webNavigation" ], "icons": { "16": "ExtensionOnline64px.png", "48": "ExtensionOnline64px.png", "128": "ExtensionOnline64px.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] } } |