Migmigi App

Migmigi extension

什么是Migmigi App?

Migmigi App是由gozargah.majazi开发的Chrome扩展程序,该扩展的主要功能是“Migmigi extension”。

扩展截图

screenshot

下载Migmigi App扩展crx文件

下载Migmigi App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Migmigi App Migmigi App
ID lmiefipmbipgljlgnjplpbhbfjkgglkf
官方URL https://chromewebstore.google.com/detail/migmigi-app/lmiefipmbipgljlgnjplpbhbfjkgglkf
简介 Migmigi extension
文件大小 234 KB
安装次数 342
当前版本 1.4
更新时间 2019-06-16
上架时间 2019-06-11
评分 3.75/5 共4次评分
开发者 gozargah.majazi
电子邮箱 [email protected]
付费类型 free
支持的语言 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",
        ""
    ]
}