Niconico-PepperMint+
ニコニコ動画をもっとクールにする拡張機能
Niconico-PepperMint+ là gì?
Niconico-PepperMint+ là một tiện ích mở rộng Chrome được phát triển bởi CYakigasi, và tính năng chính của nó là "ニコニコ動画をもっとクールにする拡張機能".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Niconico-PepperMint+
Tải xuống các tệp mở rộng Niconico-PepperMint+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Niconico-PepperMint+は、「ニコニコをもっとクールにする」を目的に開発されている拡張機能です。 シリーズのブックマークを行う「シリーズストック」やシアターUI、 ダークモードや動画トップの2カラム化など、これ一つでニコニコ動画に様々な改善を提供します。 また、ほとんどの機能はツールバーのクイック設定もしくは拡張機能管理の設定から自由にオンオフを切り替えられます。 初期状態ではすべての機能が無効に設定されているため、インストール後に好みに応じて変更を行ってください。 機能一覧はGithubから確認できます。また、バグや機能要望などはGithubのissueにお願いします。 Github: https://github.com/castella-cake/niconico-peppermint-extension Twitterでは開発進捗やアップデート情報を投稿しています Twitter: https://twitter.com/CYaki_xcf
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Niconico-PepperMint+ |
ID | oeadnodbjplclhibppgkkijomgcgochf |
URL Chính Thức | https://chromewebstore.google.com/detail/niconico-peppermint+/oeadnodbjplclhibppgkkijomgcgochf |
Mô tả | ニコニコ動画をもっとクールにする拡張機能 |
Kích Thước Tệp | 487 KB |
Số Lần Cài Đặt | 1,103 |
Phiên Bản Hiện Tại | 1.8.0 |
Cập Nhật Lần Cuối | 2023-11-03 |
Ngày Phát Hành | 2023-02-15 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | CYakigasi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/castella-cake/niconico-peppermint-extension |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |