nicoExpansion
ニコニコに関する便利機能を追加します
What is nicoExpansion?
nicoExpansion is a Chrome extension developed by nimono3, and its main feature is "ニコニコに関する便利機能を追加します".
Extension Screenshots
Download nicoExpansion Extension CRX File
Download nicoExpansion 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
―ニコニコ拡張― ニコニコ動画での動画の視聴, などを補助する拡張機能です ・niconicoDarkmodeの表示崩れを補填します*非公式 視聴 ・ヘッダーをクリックすることで動画プレイヤーなどにスクロールできます ・動画タグ内の動画IDへ簡単にジャンプできます また、タグロックされているタグが分かりやすくなります ・10以上の「ニコる」の見た目を変えます ・「いいね!」を誤って解除しないようにします 移動 ・ニコニコの動画, 静画などのIDを入力するとページに移動できます ・ポップアップからニコニコ検索できます ・開いているGoogleの検索ページから引用してニコニコ動画で検索できます ・ニコニコの作品のIDをローカルのリストに保存し、リストから移動できます 共有 ・ニコニコのページのURLをnico.msで短縮してコピーできます *ニコニコ動画の関係者ではない個人が制作しています
Extension Basic Information
Name | nicoExpansion |
ID | llmdcigljaahgnofnphhpfdlmbjcjail |
Official URL | https://chromewebstore.google.com/detail/nicoexpansion/llmdcigljaahgnofnphhpfdlmbjcjail |
Description | ニコニコに関する便利機能を追加します |
File Size | 91.5 KB |
Installation Count | 1,633 |
Current Version | 3.10.10 |
Last Updated | 2024-01-26 |
Publish Date | 2022-01-22 |
Rating | 5.00/5 Total 6 Ratings |
Developer | nimono3 |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "nicoExpansion", "version": "3.10.10", "description": "\u30cb\u30b3\u30cb\u30b3\u306b\u95a2\u3059\u308b\u4fbf\u5229\u6a5f\u80fd\u3092\u8ffd\u52a0\u3057\u307e\u3059", "icons": { "512": "icons\/nicoExp512.png", "256": "icons\/nicoExp256.png", "128": "icons\/nicoExp128.png", "32": "icons\/nicoExp32.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.nicovideo.jp\/*" ], "js": [ "script\/ncid.js", "script\/el.js", "script\/main.js" ], "css": [ "style\/common.css", "style\/nicodark_ex.css" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "*:\/\/www.nicovideo.jp\/watch\/*" ], "css": [ "style\/video.css" ] }, { "matches": [ "*:\/\/www.nicovideo.jp\/my\/mylist\/*" ], "css": [ "style\/exlist.css" ] } ], "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "script\/background.js", "type": "module" }, "permissions": [ "storage", "tabs", "contextMenus", "clipboardWrite" ], "host_permissions": [ "*:\/\/ext.nicovideo.jp\/api\/getthumbinfo\/*", "*:\/\/seiga.nicovideo.jp\/ajax\/*", "*:\/\/*.nicovideo.jp\/*" ], "web_accessible_resources": [ { "resources": [ "icons\/nicoExp32.png" ], "matches": [ "*:\/\/*.nicovideo.jp\/*" ] } ], "browser_specific_settings": { "gecko": { "id": "{f8b8bf33-a4ef-4fd0-9ab1-3a6a6cbcd2eb}" } } } |