Seiga Downloader
ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加
Was ist Seiga Downloader?
Seiga Downloader ist eine Chrome-Erweiterung, die von 0x4c entwickelt wurde, und ihr Hauptmerkmal ist "ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加".
Erweiterungsscreenshots
Seiga Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Seiga Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加します。 『Seiga Download』の代替になります。 === v3.8.12 (2023/02/06) Chromium v106 以降ダウンロード履歴が保存されない問題を修正 v3.8.11 (2022/05/29) 名前に制御文字を含むとダウンロードされない不具合を修正 v3.8.10 (2021/11/22) WebP の拡張子が null になる不具合を修正 一部の漫画が処理できない不具合を修正
Grundlegende Informationen zur Erweiterung
Name | |
ID | dgfdpehcgeilbiifcaajajlcbfkaokfh |
Offizielle URL | https://chromewebstore.google.com/detail/seiga-downloader/dgfdpehcgeilbiifcaajajlcbfkaokfh |
Beschreibung | ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加 |
Dateigröße | 18.51 KB |
Installationsanzahl | 1,887 |
Aktuelle Version | 3.8.12 |
Letztes Update | 2023-02-07 |
Veröffentlichungsdatum | 2020-07-04 |
Bewertung | 4.40/5 Insgesamt 5 Bewertungen |
Entwickler | 0x4c |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/yuru4c/seiga-downloader |
Hilfeseite URL | https://twitter.com/0x4c |
Unterstützte Sprachen | 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\/*" ] } ] } |