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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
}