FlareGet Integration

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

Qu'est-ce que FlareGet Integration ?

FlareGet Integration est une extension Chrome développée par https://flareget.com, et sa fonction principale est "FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FlareGet Integration

Téléchargez les fichiers d'extension FlareGet Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FlareGet Integration FlareGet Integration
ID hoboanjcaobnfchcnlgjhmnmogmnbipb
URL Officiel https://chromewebstore.google.com/detail/flareget-integration/hoboanjcaobnfchcnlgjhmnmogmnbipb
Description FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.
Taille du Fichier 34.68 KB
Nombre d'Installations 32,355
Version Actuelle 2.50
Dernière Mise à Jour 2019-06-19
Date de Publication 2019-06-18
Évaluation 4.34/5 Total 539 Évaluations
Développeur https://flareget.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://flareget.com
URL de la Page d'Aide https://flareget.com/support
URL de la Page de Politique de Confidentialité https://flareget.com/privacy.html
Langues Prises en Charge 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"
        }
    ]
}