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是由Stall开发的Chrome扩展程序,该扩展的主要功能是“This addon allows you to download all media content from the threads on 4chan and 2ch.hk”。

扩展截图

screenshot

下载Aba smart downloader扩展crx文件

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