Migmigi App
Migmigi extension
What is Migmigi App?
Migmigi App is a Chrome extension developed by gozargah.majazi, and its main feature is "Migmigi extension".
Extension Screenshots
Download Migmigi App Extension CRX File
Download Migmigi App 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
This add-on allow to migmigi users to download their file directly from the url by right clicking on them and choose download by migmigi, Also this app can detect some popular extension automatically
Extension Basic Information
Name | Migmigi App |
ID | lmiefipmbipgljlgnjplpbhbfjkgglkf |
Official URL | https://chromewebstore.google.com/detail/migmigi-app/lmiefipmbipgljlgnjplpbhbfjkgglkf |
Description | Migmigi extension |
File Size | 234 KB |
Installation Count | 342 |
Current Version | 1.4 |
Last Updated | 2019-06-16 |
Publish Date | 2019-06-11 |
Rating | 3.75/5 Total 4 Ratings |
Developer | gozargah.majazi |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Migmigi extension", "manifest_version": 2, "name": "Migmigi App", "version": "1.4", "icons": { "48": "icons\/Migmigi.png" }, "background": { "persistent": true, "scripts": [ "popup.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/Migmigi.png" }, "permissions": [ "nativeMessaging", "contextMenus", " |