Pixiv Fanbox Downloader

Pixiv Fanbox 批量下载器。Pixiv Fanbox batch downloader.

What is Pixiv Fanbox Downloader?

Pixiv Fanbox Downloader is a Chrome extension developed by pixivbatchdl, and its main feature is "Pixiv Fanbox 批量下载器。Pixiv Fanbox batch downloader.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Pixiv Fanbox Downloader Extension CRX File

Download Pixiv Fanbox Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        批量下载 Pixiv Fanbox 上的文件。
支持过滤文件类型、自定义文件名,支持多种语言。
打开 fanbox.cc,点击页面右侧的蓝色下载按钮开始使用。
注意:这个扩展不能绕过付费限制。

------------------

批次下載 Pixiv Fanbox 上的檔案。
支援過濾檔案型別、自定義檔名,支援多種語言。
開啟 fanbox.cc,點選頁面右側的藍色下載按鈕開始使用。
注意:這個擴充套件不能繞過付費限制。

------------------

Batch download files on Pixiv Fanbox.
Supports filtering file types, custom file names, and supports multiple languages.
Open fanbox.cc and click the blue download button on the right side of the page to get started.
Note: This extension cannot bypass paid restrictions.

------------------

Pixiv Fanbox でファイルを一括ダウンロードします。
ファイルの種類、カスタム ファイル名のフィルタリングをサポートし、複数の言語をサポートします。
fanbox.cc を開き、ページの右側にある青いダウンロード ボタンをクリックして開始します。
注: この拡張機能は有料の制限を回避できません。

------------------

Pixiv Fanbox에서 일괄 다운로드 파일.
필터링 파일 형식, 사용자 지정 파일 이름을 지원하고 다국어를 지원합니다.
fanbox.cc를 열고 페이지 오른쪽에 있는 파란색 다운로드 버튼을 클릭하여 시작하세요.
참고: 이 확장 프로그램은 유료 제한을 우회할 수 없습니다.                    

Extension Basic Information

Name Pixiv Fanbox Downloader Pixiv Fanbox Downloader
ID ihnfpdchjnmlehnoeffgcbakfmdjcckn
Official URL https://chromewebstore.google.com/detail/pixiv-fanbox-downloader/ihnfpdchjnmlehnoeffgcbakfmdjcckn
Description Pixiv Fanbox 批量下载器。Pixiv Fanbox batch downloader.
File Size 199 KB
Installation Count 59,087
Current Version 4.2.6
Last Updated 2024-01-22
Publish Date 2020-08-11
Rating 4.58/5 Total 110 Ratings
Developer pixivbatchdl
Email [email protected]
Payment Type free
Help Page URL https://github.com/xuejianxianzun/PixivFanboxDownloader
Privacy Policy Page URL https://github.com/xuejianxianzun/PixivBatchDownloader/blob/master/Privacy%20Policy.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixiv Fanbox Downloader",
    "version": "4.2.6",
    "manifest_version": 3,
    "description": "Pixiv Fanbox \u6279\u91cf\u4e0b\u8f7d\u5668\u3002Pixiv Fanbox batch downloader.",
    "icons": {
        "16": "icon\/logo16.png",
        "32": "icon\/logo32.png",
        "48": "icon\/logo48.png",
        "128": "icon\/logo128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon\/logo16.png",
            "32": "icon\/logo32.png",
            "48": "icon\/logo48.png",
            "128": "icon\/logo128.png"
        },
        "default_title": "Pixiv Fanbox Downloader"
    },
    "content_scripts": [
        {
            "css": [
                "style\/style.css"
            ],
            "js": [
                "js\/content.js",
                "lib\/iconfont.js"
            ],
            "matches": [
                "*:\/\/*.fanbox.cc\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.fanbox.cc\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/listen_history_change.js",
                "icon\/logo128.png"
            ],
            "matches": [
                "*:\/\/*.fanbox.cc\/*"
            ]
        }
    ],
    "incognito": "split",
    "homepage_url": "https:\/\/github.com\/xuejianxianzun\/PixivFanboxDownloader"
}