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" } } |