Aba smart downloader
This addon allows you to download all media content from the threads on 4chan and 2ch.hk
What is Aba smart downloader?
Aba smart downloader is a Chrome extension developed by Stall, and its main feature is "This addon allows you to download all media content from the threads on 4chan and 2ch.hk".
Extension Screenshots
Download Aba smart downloader Extension CRX File
Download Aba smart downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Aba smart downloader |
ID | gnoiejndfokeegabglmhnilaolbolfii |
Official URL | https://chromewebstore.google.com/detail/aba-smart-downloader/gnoiejndfokeegabglmhnilaolbolfii |
Description | This addon allows you to download all media content from the threads on 4chan and 2ch.hk |
File Size | 13.3 KB |
Installation Count | 152 |
Current Version | 1.0 |
Last Updated | 2019-01-07 |
Publish Date | 2019-01-07 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Stall |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |