Seiga Downloader

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

Wat is Seiga Downloader?

Seiga Downloader is een Chrome-extensie ontwikkeld door 0x4c, en de belangrijkste functie is "ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Seiga Downloader

Download Seiga Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

===

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

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

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

Basisinformatie over de Extensie

Naam Seiga Downloader Seiga Downloader
ID dgfdpehcgeilbiifcaajajlcbfkaokfh
Officiële URL https://chromewebstore.google.com/detail/seiga-downloader/dgfdpehcgeilbiifcaajajlcbfkaokfh
Beschrijving ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加
Bestandsgrootte 18.51 KB
Aantal Installaties 1,887
Huidige Versie 3.8.12
Laatst Bijgewerkt 2023-02-07
Publicatiedatum 2020-07-04
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar 0x4c
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/yuru4c/seiga-downloader
Help Pagina-URL https://twitter.com/0x4c
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}