ニコニコ共同墓地

削除動画を開くと共同墓地に移動します

Cos'è ニコニコ共同墓地?

ニコニコ共同墓地 è un'estensione di Chrome sviluppata da https://blossomsarchive.com, e la sua funzione principale è "削除動画を開くと共同墓地に移動します".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ニコニコ共同墓地

Scarica i file di estensione ニコニコ共同墓地 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ニコニコ動画で動画を閲覧する際に削除動画のURLを開いた場合、運営公式の削除動画(いわゆる共同墓地)へ自動で遷移します。                    

Informazioni di Base sull'Estensione

Nome ニコニコ共同墓地 ニコニコ共同墓地
ID khhlhhfibcepempachkfafcdefihbgef
URL Ufficiale 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
Descrizione 削除動画を開くと共同墓地に移動します
Dimensione del File 52.86 KB
Conteggio Installazioni 29
Versione Corrente 3.2
Ultimo Aggiornamento 2023-12-11
Data di Pubblicazione 2022-06-06
Sviluppatore https://blossomsarchive.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}