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”。
擴展截圖
下載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 |
ID | gnoiejndfokeegabglmhnilaolbolfii |
官方網址 | 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" } |