FlareGet Integration

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

Cos'è FlareGet Integration?

FlareGet Integration è un'estensione di Chrome sviluppata da https://flareget.com, e la sua funzione principale è "FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FlareGet Integration

Scarica i file di estensione FlareGet Integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FlareGet Integration FlareGet Integration
ID hoboanjcaobnfchcnlgjhmnmogmnbipb
URL Ufficiale https://chromewebstore.google.com/detail/flareget-integration/hoboanjcaobnfchcnlgjhmnmogmnbipb
Descrizione FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.
Dimensione del File 34.68 KB
Conteggio Installazioni 32,355
Versione Corrente 2.50
Ultimo Aggiornamento 2019-06-19
Data di Pubblicazione 2019-06-18
Valutazione 4.34/5 Totale 539 Valutazioni
Sviluppatore https://flareget.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://flareget.com
URL della Pagina di Aiuto https://flareget.com/support
URL della Pagina della Politica sulla Privacy https://flareget.com/privacy.html
Lingue Supportate 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"
        }
    ]
}