Aba smart downloader
This addon allows you to download all media content from the threads on 4chan and 2ch.hk
Qu'est-ce que Aba smart downloader ?
Aba smart downloader est une extension Chrome développée par Stall, et sa fonction principale est "This addon allows you to download all media content from the threads on 4chan and 2ch.hk".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Aba smart downloader
Téléchargez les fichiers d'extension Aba smart downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Aba smart downloader |
ID | gnoiejndfokeegabglmhnilaolbolfii |
URL Officiel | 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 |
Taille du Fichier | 13.3 KB |
Nombre d'Installations | 152 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-01-07 |
Date de Publication | 2019-01-07 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | Stall |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |