Maghla
Téléchargez cette extension pour savoir quand Maghla est en live.
什么是Maghla?
Maghla是由http://sound-shaker.com开发的Chrome扩展程序,该扩展的主要功能是“Téléchargez cette extension pour savoir quand Maghla est en live.”。
扩展截图
下载Maghla扩展crx文件
下载Maghla扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Téléchargez cette extension pour savoir quand Maghla est en live.
扩展基本信息
名称 | |
ID | kfafnndfnoaoplhpbgmolennfnpbeoip |
官方URL | https://chrome.google.com/webstore/detail/kfafnndfnoaoplhpbgmolennfnpbeoip |
简介 | Téléchargez cette extension pour savoir quand Maghla est en live. |
文件大小 | 171 KB |
安装次数 | 39 |
当前版本 | 0.5.1 |
更新时间 | 2019-07-01 |
上架时间 | 2019-07-01 |
评分 | 4.50/5 共2次评分 |
开发者 | http://sound-shaker.com |
付费类型 | free |
支持的语言 | 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" } } |