FlareGet Integration

FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.

什么是FlareGet Integration?

FlareGet Integration是由https://flareget.com开发的Chrome扩展程序,该扩展的主要功能是“FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.”。

扩展截图

screenshot

下载FlareGet Integration扩展crx文件

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

扩展使用说明

                        Official extension to integrate Chrome with Flareget Download Manager.


In order to prevent Flareget from taking over the download, just press hold 'Insert' or 'F' or 'Shift' or 'Alt' key.                    

扩展基本信息

名称 FlareGet Integration FlareGet Integration
ID hoboanjcaobnfchcnlgjhmnmogmnbipb
官方URL https://chromewebstore.google.com/detail/flareget-integration/hoboanjcaobnfchcnlgjhmnmogmnbipb
简介 FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.
文件大小 34.68 KB
安装次数 32,355
当前版本 2.50
更新时间 2019-06-19
上架时间 2019-06-18
评分 4.34/5 共539次评分
开发者 https://flareget.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://flareget.com
帮助页面URL https://flareget.com/support
隐私政策页面URL https://flareget.com/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlareGet Integration",
    "version": "2.50",
    "description": "FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.",
    "homepage_url": "http:\/\/www.flareget.com\/",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "minimum_chrome_version": "19.0",
    "offline_enabled": true,
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}