FlareGet Integration

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

Vad är FlareGet Integration?

FlareGet Integration är en Chrome-tillägg utvecklad av https://flareget.com, och dess huvudfunktion är "FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.".

Tilläggsskärmbilder

screenshot

Ladda ner FlareGet Integration-förlängningens CRX-fil

Ladda ner FlareGet Integration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn FlareGet Integration FlareGet Integration
ID hoboanjcaobnfchcnlgjhmnmogmnbipb
Officiell webbadress https://chromewebstore.google.com/detail/flareget-integration/hoboanjcaobnfchcnlgjhmnmogmnbipb
Beskrivning FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.
Filstorlek 34.68 KB
Antal Installationer 32,355
Aktuell Version 2.50
Senast Uppdaterad 2019-06-19
Publiceringsdatum 2019-06-18
Betyg 4.34/5 Totalt 539 Betyg
Utvecklare https://flareget.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://flareget.com
Hjälpsida URL https://flareget.com/support
URL till Sekretesspolicy Sidan https://flareget.com/privacy.html
Stödda Språk 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"
        }
    ]
}