Niconico-PepperMint+

ニコニコ動画をもっとクールにする拡張機能

Hvad er Niconico-PepperMint+?

Niconico-PepperMint+ er en Chrome-udvidelse udviklet af CYakigasi, og dens hovedfunktion er "ニコニコ動画をもっとクールにする拡張機能".

Udvidelsesskærmbilleder

screenshot

Download Niconico-PepperMint+-udvidelses-CRX-fil

Download Niconico-PepperMint+-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Niconico-PepperMint+は、「ニコニコをもっとクールにする」を目的に開発されている拡張機能です。

シリーズのブックマークを行う「シリーズストック」やシアターUI、
ダークモードや動画トップの2カラム化など、これ一つでニコニコ動画に様々な改善を提供します。

また、ほとんどの機能はツールバーのクイック設定もしくは拡張機能管理の設定から自由にオンオフを切り替えられます。
初期状態ではすべての機能が無効に設定されているため、インストール後に好みに応じて変更を行ってください。

機能一覧はGithubから確認できます。また、バグや機能要望などはGithubのissueにお願いします。
Github: https://github.com/castella-cake/niconico-peppermint-extension
Twitterでは開発進捗やアップデート情報を投稿しています
Twitter: https://twitter.com/CYaki_xcf                    

Grundlæggende oplysninger om udvidelsen

Navn Niconico-PepperMint+ Niconico-PepperMint+
ID oeadnodbjplclhibppgkkijomgcgochf
Officiel URL https://chromewebstore.google.com/detail/niconico-peppermint+/oeadnodbjplclhibppgkkijomgcgochf
Beskrivelse ニコニコ動画をもっとクールにする拡張機能
Filstørrelse 487 KB
Antal Installationer 1,103
Nuværende Version 1.8.0
Senest Opdateret 2023-11-03
Udgivelsesdato 2023-02-15
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler CYakigasi
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/castella-cake/niconico-peppermint-extension
Understøttede Sprog ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Niconico-PepperMint+",
    "short_name": "PepperMint+",
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u3092\u3082\u3063\u3068\u30af\u30fc\u30eb\u306b\u3059\u308b\u62e1\u5f35\u6a5f\u80fd",
    "version": "1.8.0",
    "version_name": "1.8.0",
    "author": "CYakigasi",
    "homepage_url": "https:\/\/github.com\/castella-cake\/niconico-peppermint-extension",
    "icons": {
        "64": "icons\/peppermint-logo-64.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nicovideo.jp\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/jquery-ui.min.js",
                "js\/forall.js"
            ],
            "css": [
                "pagemod\/css\/index.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.nicovideo.jp\/*"
            ],
            "js": [
                "js\/forall_waitdom.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/dic.nicovideo.jp\/*"
            ],
            "js": [
                "js\/nicopedia.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/dic.nicovideo.jp\/*"
            ],
            "js": [
                "js\/nicopedia_end.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.nicovideo.jp\/video_top*"
            ],
            "js": [
                "js\/video_top.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.nicovideo.jp\/ranking*"
            ],
            "js": [
                "js\/ranking.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.nicovideo.jp\/search\/*",
                "*:\/\/www.nicovideo.jp\/tag\/*",
                "*:\/\/www.nicovideo.jp\/mylist_search\/*"
            ],
            "js": [
                "js\/searchpage.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.nicovideo.jp\/watch\/*"
            ],
            "js": [
                "js\/watch.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.nicovideo.jp\/watch\/*"
            ],
            "js": [
                "js\/watch_first.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.nicovideo.jp\/watch\/*"
            ],
            "js": [
                "js\/watch_idle.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.nicovideo.jp\/series\/*"
            ],
            "js": [
                "js\/series.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/live.nicovideo.jp\/*"
            ],
            "js": [
                "js\/live.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/sp.nicovideo.jp\/watch\/*"
            ],
            "js": [
                "js\/spredirect.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pagemod\/*"
            ],
            "matches": [
                "*:\/\/*.nicovideo.jp\/*"
            ]
        }
    ],
    "action": {
        "browser_style": true,
        "default_popup": "pages\/quickpanel.html",
        "default_icon": {
            "32": "icons\/peppermint-logo-32.png",
            "64": "icons\/peppermint-logo-64.png",
            "128": "icons\/peppermint-logo-128.png"
        },
        "default_title": "Niconico-PepperMint"
    },
    "options_ui": {
        "page": "pages\/option.html",
        "browser_style": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "alarms",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/ext.nicovideo.jp\/api\/getthumbinfo\/*",
        "https:\/\/nvapi.nicovideo.jp\/v1\/series\/*",
        "https:\/\/fonts.googleapis.com\/icon",
        "https:\/\/api.repoline.nicovideo.jp\/v1\/timelines\/nicorepo\/*",
        "https:\/\/secure-dcdn.cdn.nimg.jp\/nicoaccount\/usericon\/*",
        "https:\/\/nicovideo.cdn.nimg.jp\/thumbnails\/*"
    ]
}