FlareGet Integration

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

FlareGet Integration क्या है?

FlareGet Integration https://flareget.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FlareGet Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम FlareGet Integration FlareGet Integration
ID hoboanjcaobnfchcnlgjhmnmogmnbipb
आधिकारिक URL https://chromewebstore.google.com/detail/flareget-integration/hoboanjcaobnfchcnlgjhmnmogmnbipb
विवरण FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.
फ़ाइल का आकार 34.68 KB
स्थापना संख्या 32,355
वर्तमान संस्करण 2.50
अंतिम अपडेट 2019-06-19
प्रकाशन तिथि 2019-06-18
रेटिंग 4.34/5 कुल 539 रेटिंग्स
डेवलपर https://flareget.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://flareget.com
सहायता पृष्ठ URL https://flareget.com/support
गोपनीयता नीति पृष्ठ URL https://flareget.com/privacy.html
समर्थित भाषाएँ 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"
        }
    ]
}