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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This addon allows you to download all media content from the threads on 4chan and 2ch.hk"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Aba smart downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" } |