ニコニコ共同墓地
削除動画を開くと共同墓地に移動します
What is ニコニコ共同墓地?
ニコニコ共同墓地 is a Chrome extension developed by https://blossomsarchive.com, and its main feature is "削除動画を開くと共同墓地に移動します".
Extension Screenshots
Download ニコニコ共同墓地 Extension CRX File
Download ニコニコ共同墓地 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
ニコニコ動画で動画を閲覧する際に削除動画のURLを開いた場合、運営公式の削除動画(いわゆる共同墓地)へ自動で遷移します。
Extension Basic Information
Name | ニコニコ共同墓地 |
ID | khhlhhfibcepempachkfafcdefihbgef |
Official URL | https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E3%83%8B%E3%82%B3%E5%85%B1%E5%90%8C%E5%A2%93%E5%9C%B0/khhlhhfibcepempachkfafcdefihbgef |
Description | 削除動画を開くと共同墓地に移動します |
File Size | 52.86 KB |
Installation Count | 29 |
Current Version | 3.2 |
Last Updated | 2023-12-11 |
Publish Date | 2022-06-06 |
Developer | https://blossomsarchive.com |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u30cb\u30b3\u30cb\u30b3\u5171\u540c\u5893\u5730", "version": "3.2", "manifest_version": 3, "description": "\u524a\u9664\u52d5\u753b\u3092\u958b\u304f\u3068\u5171\u540c\u5893\u5730\u306b\u79fb\u52d5\u3057\u307e\u3059", "permissions": [ "storage" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.nicovideo.jp\/*", "https:\/\/sp.nicovideo.jp\/*" ], "js": [ "jquery-3.6.0.min.js", "main.js" ] } ], "action": { "default_popup": "popup.html" }, "options_page": "options.html" } |