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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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