Seiga Downloader

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

Seiga Downloader란 무엇입니까?

Seiga Downloader은(는) 0x4c에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加"입니다.

확장 프로그램 스크린샷

screenshot

Seiga Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

===

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

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

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

확장 프로그램 기본 정보

이름 Seiga Downloader Seiga Downloader
ID dgfdpehcgeilbiifcaajajlcbfkaokfh
공식 URL https://chromewebstore.google.com/detail/seiga-downloader/dgfdpehcgeilbiifcaajajlcbfkaokfh
설명 ニコニコ静画の作品ページに画像ダウンロード用のリンクを追加
파일 크기 18.51 KB
설치 횟수 1,887
현재 버전 3.8.12
최근 업데이트 2023-02-07
출시 날짜 2020-07-04
평점 4.40/5 총 5 개의 평점
개발자 0x4c
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/yuru4c/seiga-downloader
도움말 페이지 URL https://twitter.com/0x4c
지원되는 언어 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\/*"
            ]
        }
    ]
}