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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://flareget.com/support
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}