Aba smart downloader

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

Aba smart downloader là gì?

Aba smart downloader là một tiện ích mở rộng Chrome được phát triển bởi Stall, và tính năng chính của nó là "This addon allows you to download all media content from the threads on 4chan and 2ch.hk".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Aba smart downloader

Tải xuống các tệp mở rộng Aba smart downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Aba smart downloader Aba smart downloader
ID gnoiejndfokeegabglmhnilaolbolfii
URL Chính Thức https://chromewebstore.google.com/detail/aba-smart-downloader/gnoiejndfokeegabglmhnilaolbolfii
Mô tả This addon allows you to download all media content from the threads on 4chan and 2ch.hk
Kích Thước Tệp 13.3 KB
Số Lần Cài Đặt 152
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-01-07
Ngày Phát Hành 2019-01-07
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Stall
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}