FlareGet Integration

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

Co je FlareGet Integration?

FlareGet Integration je rozšíření Chrome vyvinuté https://flareget.com, a jeho hlavní funkcí je „FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření FlareGet Integration

Stáhněte si soubory rozšíření FlareGet Integration ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název FlareGet Integration FlareGet Integration
ID hoboanjcaobnfchcnlgjhmnmogmnbipb
Oficiální URL https://chromewebstore.google.com/detail/flareget-integration/hoboanjcaobnfchcnlgjhmnmogmnbipb
Popis FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.
Velikost souboru 34.68 KB
Počet instalací 32,355
Aktuální Verze 2.50
Poslední Aktualizace 2019-06-19
Datum Vydání 2019-06-18
Hodnocení 4.34/5 Celkem 539 Hodnocení
Vývojář https://flareget.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://flareget.com
URL Stránky Nápovědy https://flareget.com/support
URL Stránky Zásad Ochrany Soukromí https://flareget.com/privacy.html
Podporované Jazyky 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"
        }
    ]
}