FlareGet Integration

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

Что такое FlareGet Integration?

FlareGet Integration - это расширение Chrome, разработанное https://flareget.com, и его основная функция - "FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения FlareGet Integration

Скачайте файлы расширений FlareGet Integration в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
        }
    ]
}