Aba smart downloader

This addon allows you to download all media content from the threads on 4chan and 2ch.hk

ما هو Aba smart downloader؟

Aba smart downloader هو إضافة Chrome تم تطويرها بواسطة Stall، والميزة الرئيسية لها هي "This addon allows you to download all media content from the threads on 4chan and 2ch.hk".

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

screenshot

تحميل ملف CRX للإضافة Aba smart downloader

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

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

                        This extension allows you to download all media content from the threads on 2ch.hk and 4chan. You can switch between all, image and video downloads, and download content that you haven't download yet                    

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

الاسم Aba smart downloader Aba smart downloader
ID gnoiejndfokeegabglmhnilaolbolfii
عنوان URL الرسمي https://chromewebstore.google.com/detail/aba-smart-downloader/gnoiejndfokeegabglmhnilaolbolfii
الوصف This addon allows you to download all media content from the threads on 4chan and 2ch.hk
حجم الملف 13.3 KB
عدد التثبيتات 152
النسخة الحالية 1.0
آخر تحديث 2019-01-07
تاريخ النشر 2019-01-07
تقييم 3.00/5 مجموع تقييمات 4
المطور Stall
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_popupDescr__",
    "manifest_version": 2,
    "name": "Aba smart downloader",
    "version": "1.0",
    "icons": {
        "48": "icons\/AbaSDLogo48Base.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.2ch.hk\/*",
                "*:\/\/*.4channel.org\/*",
                "*:\/\/*.4chan.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "permissions": [
        "downloads",
        "storage"
    ],
    "default_locale": "en"
}