Locoloader

Add extra powers⚡ to Locoloader.com!

ما هو Locoloader؟

Locoloader هو إضافة Chrome تم تطويرها بواسطة Locoloader، والميزة الرئيسية لها هي "Add extra powers⚡ to Locoloader.com!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Locoloader

قم بتنزيل ملفات الامتداد Locoloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        By installing this extension, you add more features to Locoloader.com:
- Standard download buttons (no right-click is required)
- Bulk download with a single click
- Automatic filenames
- Extended features for supported websites
Locoloader.com respects your privacy, so this extension is active only when it is necessary.                    

معلومات أساسية عن التمديد

الاسم Locoloader Locoloader
ID gdnampplelgpgbhcgeamnppgiomgnbli
عنوان URL الرسمي https://chromewebstore.google.com/detail/locoloader/gdnampplelgpgbhcgeamnppgiomgnbli
الوصف Add extra powers⚡ to Locoloader.com!
حجم الملف 19.36 KB
عدد التثبيتات 34,193
النسخة الحالية 1.6.7
آخر تحديث 2023-11-21
تاريخ النشر 2020-07-01
تقييم 2.30/5 مجموع تقييمات 37
المطور Locoloader
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.locoloader.com
عنوان صفحة سياسة الخصوصية https://www.locoloader.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Locoloader",
    "description": "Add extra powers\u26a1 to Locoloader.com!",
    "version": "1.6.7",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "downloads",
        "declarativeNetRequest",
        "storage",
        "scripting",
        "management"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.locoloader.com\/*",
                "https:\/\/www.locoloader.test\/*"
            ],
            "js": [
                "extension.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.locoloader.com\/*",
                "https:\/\/www.locoloader.test\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.locoloader.com\/*",
            "https:\/\/www.locoloader.test\/*"
        ]
    }
}