Seiga Downloader
ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加
What is Seiga Downloader?
Seiga Downloader is a Chrome extension developed by 0x4c, and its main feature is "ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加".
Extension Screenshots
Download Seiga Downloader Extension CRX File
Download Seiga 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
ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加します。 『Seiga Download』の代替になります。 === v3.8.12 (2023/02/06) Chromium v106 以降ダウンロード履歴が保存されない問題を修正 v3.8.11 (2022/05/29) 名前に制御文字を含むとダウンロードされない不具合を修正 v3.8.10 (2021/11/22) WebP の拡張子が null になる不具合を修正 一部の漫画が処理できない不具合を修正
Extension Basic Information
Name | |
ID | dgfdpehcgeilbiifcaajajlcbfkaokfh |
Official URL | https://chromewebstore.google.com/detail/seiga-downloader/dgfdpehcgeilbiifcaajajlcbfkaokfh |
Description | ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加 |
File Size | 18.51 KB |
Installation Count | 1,887 |
Current Version | 3.8.12 |
Last Updated | 2023-02-07 |
Publish Date | 2020-07-04 |
Rating | 4.40/5 Total 5 Ratings |
Developer | 0x4c |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/yuru4c/seiga-downloader |
Help Page URL | https://twitter.com/0x4c |
Supported Languages | 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\/*" ] } ] } |