Aba smart downloader
This addon allows you to download all media content from the threads on 4chan and 2ch.hk
Wat is Aba smart downloader?
Aba smart downloader is een Chrome-extensie ontwikkeld door Stall, en de belangrijkste functie is "This addon allows you to download all media content from the threads on 4chan and 2ch.hk".
Extensie Screenshots
Download het CRX-bestand van de extensie Aba smart downloader
Download Aba smart downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Aba smart downloader |
ID | gnoiejndfokeegabglmhnilaolbolfii |
Officiële URL | https://chromewebstore.google.com/detail/aba-smart-downloader/gnoiejndfokeegabglmhnilaolbolfii |
Beschrijving | This addon allows you to download all media content from the threads on 4chan and 2ch.hk |
Bestandsgrootte | 13.3 KB |
Aantal Installaties | 152 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-01-07 |
Publicatiedatum | 2019-01-07 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Stall |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |