Pixiv Fanbox Downloader

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

Qu'est-ce que Pixiv Fanbox Downloader ?

Pixiv Fanbox Downloader est une extension Chrome développée par pixivbatchdl, et sa fonction principale est "Pixiv Fanbox 批量下载器。Pixiv Fanbox batch downloader.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pixiv Fanbox Downloader

Téléchargez les fichiers d'extension Pixiv Fanbox 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

                        批量下载 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를 열고 페이지 오른쪽에 있는 파란색 다운로드 버튼을 클릭하여 시작하세요.
참고: 이 확장 프로그램은 유료 제한을 우회할 수 없습니다.                    

Informations de Base sur l'Extension

Nom Pixiv Fanbox Downloader Pixiv Fanbox Downloader
ID ihnfpdchjnmlehnoeffgcbakfmdjcckn
URL Officiel https://chromewebstore.google.com/detail/pixiv-fanbox-downloader/ihnfpdchjnmlehnoeffgcbakfmdjcckn
Description Pixiv Fanbox 批量下载器。Pixiv Fanbox batch downloader.
Taille du Fichier 199 KB
Nombre d'Installations 59,087
Version Actuelle 4.2.6
Dernière Mise à Jour 2024-01-22
Date de Publication 2020-08-11
Évaluation 4.58/5 Total 110 Évaluations
Développeur pixivbatchdl
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/xuejianxianzun/PixivFanboxDownloader
URL de la Page de Politique de Confidentialité https://github.com/xuejianxianzun/PixivBatchDownloader/blob/master/Privacy%20Policy.md
Langues Prises en Charge 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"
}