Maghla
Téléchargez cette extension pour savoir quand Maghla est en live.
What is Maghla?
Maghla is a Chrome extension developed by http://sound-shaker.com, and its main feature is "Téléchargez cette extension pour savoir quand Maghla est en live.".
Extension Screenshots
Download Maghla Extension CRX File
Download Maghla 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
Téléchargez cette extension pour savoir quand Maghla est en live.
Extension Basic Information
Name | |
ID | kfafnndfnoaoplhpbgmolennfnpbeoip |
Official URL | https://chrome.google.com/webstore/detail/kfafnndfnoaoplhpbgmolennfnpbeoip |
Description | Téléchargez cette extension pour savoir quand Maghla est en live. |
File Size | 171 KB |
Installation Count | 39 |
Current Version | 0.5.1 |
Last Updated | 2019-07-01 |
Publish Date | 2019-07-01 |
Rating | 4.50/5 Total 2 Ratings |
Developer | http://sound-shaker.com |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Maghla", "version": "0.5.1", "description": "T\u00e9l\u00e9chargez cette extension pour savoir quand Maghla est en live.", "icons": { "128": "images\/icon_128.png", "48": "images\/icon_48.png", "32": "images\/icon_32.png", "16": "images\/icon_16.png" }, "background": { "scripts": [ "jquery.js", "background_script.js" ] }, "permissions": [ "https:\/\/*.google.com\/", "activeTab", "tabs", "notifications" ], "browser_action": { "default_icon": "images\/icon_16.png", "default_popup": "popup.html" } } |