Seiga Downloader

ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加

Qu'est-ce que Seiga Downloader ?

Seiga Downloader est une extension Chrome développée par 0x4c, et sa fonction principale est "ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Seiga Downloader

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

                        ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加します。
『Seiga Download』の代替になります。

===

v3.8.12 (2023/02/06)
	Chromium v106 以降ダウンロード履歴が保存されない問題を修正

v3.8.11 (2022/05/29)
	名前に制御文字を含むとダウンロードされない不具合を修正

v3.8.10 (2021/11/22)
	WebP の拡張子が null になる不具合を修正
	一部の漫画が処理できない不具合を修正                    

Informations de Base sur l'Extension

Nom Seiga Downloader Seiga Downloader
ID dgfdpehcgeilbiifcaajajlcbfkaokfh
URL Officiel https://chromewebstore.google.com/detail/seiga-downloader/dgfdpehcgeilbiifcaajajlcbfkaokfh
Description ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加
Taille du Fichier 18.51 KB
Nombre d'Installations 1,887
Version Actuelle 3.8.12
Dernière Mise à Jour 2023-02-07
Date de Publication 2020-07-04
Évaluation 4.40/5 Total 5 Évaluations
Développeur 0x4c
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/yuru4c/seiga-downloader
URL de la Page d'Aide https://twitter.com/0x4c
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.8.12",
    "name": "Seiga Downloader",
    "description": "\u30cb\u30b3\u30cb\u30b3\u9759\u753b\u306e\u4f5c\u54c1\u30da\u30fc\u30b8\u306b\u753b\u50cf\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u7528\u306e\u30ea\u30f3\u30af\u3092\u8ffd\u52a0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/lohas.nicoseiga.jp\/",
        "*:\/\/seiga.nicovideo.jp\/",
        "https:\/\/dcdn.cdn.nimg.jp\/",
        "https:\/\/deliver.cdn.nicomanga.jp\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content_scripts\/main.css"
            ],
            "matches": [
                "*:\/\/seiga.nicovideo.jp\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content_scripts\/main.js"
            ],
            "matches": [
                "*:\/\/seiga.nicovideo.jp\/*"
            ]
        },
        {
            "js": [
                "content_scripts\/seiga.js"
            ],
            "matches": [
                "*:\/\/seiga.nicovideo.jp\/seiga\/im*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content_scripts\/watch.js"
            ],
            "matches": [
                "*:\/\/seiga.nicovideo.jp\/watch\/mg*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/seiga.nicovideo.jp\/*"
            ]
        }
    ]
}