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
Eメール [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"
        }
    ]
}