FlareGet Integration

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

Wat is FlareGet Integration?

FlareGet Integration is een Chrome-extensie ontwikkeld door https://flareget.com, en de belangrijkste functie is "FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FlareGet Integration

Download FlareGet Integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FlareGet Integration FlareGet Integration
ID hoboanjcaobnfchcnlgjhmnmogmnbipb
Officiële URL https://chromewebstore.google.com/detail/flareget-integration/hoboanjcaobnfchcnlgjhmnmogmnbipb
Beschrijving FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.
Bestandsgrootte 34.68 KB
Aantal Installaties 32,355
Huidige Versie 2.50
Laatst Bijgewerkt 2019-06-19
Publicatiedatum 2019-06-18
Beoordeling 4.34/5 Totaal 539 Beoordelingen
Ontwikkelaar https://flareget.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://flareget.com
Help Pagina-URL https://flareget.com/support
URL van de Privacybeleid Pagina https://flareget.com/privacy.html
Ondersteunde Talen 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"
        }
    ]
}