NiconamaGameOff
ニコ生の「ゲーム・ギフト・エモーション演出を表示」の設定が永続化しないので自動でオフにする機能。
Qu'est-ce que NiconamaGameOff ?
NiconamaGameOff est une extension Chrome développée par takusan_23, et sa fonction principale est "ニコ生の「ゲーム・ギフト・エモーション演出を表示」の設定が永続化しないので自動でオフにする機能。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NiconamaGameOff
Téléchargez les fichiers d'extension NiconamaGameOff au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
この拡張機能を利用すると、ニコニコ生放送の設定の「ゲーム・ギフト・エモーション演出を表示」を自動で押します。 非公式ツールです。 ソースコード→https://github.com/takusan23/NiconamaGameOff プライバシー この拡張機能はブラウザ内部で完結し、データを送信、収集することはありません。
Informations de Base sur l'Extension
Nom | NiconamaGameOff |
ID | bhinpdegdjkgphkkkbeccdiepgjohhph |
URL Officiel | https://chromewebstore.google.com/detail/niconamagameoff/bhinpdegdjkgphkkkbeccdiepgjohhph |
Description | ニコ生の「ゲーム・ギフト・エモーション演出を表示」の設定が永続化しないので自動でオフにする機能。 |
Taille du Fichier | 13.48 KB |
Nombre d'Installations | 252 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2023-09-23 |
Date de Publication | 2020-05-26 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | takusan_23 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NiconamaGameOff", "version": "1.0.7", "author": "takusan_23", "description": "\u30cb\u30b3\u751f\u306e\u300c\u30b2\u30fc\u30e0\u30fb\u30ae\u30d5\u30c8\u30fb\u30a8\u30e2\u30fc\u30b7\u30e7\u30f3\u6f14\u51fa\u3092\u8868\u793a\u300d\u306e\u8a2d\u5b9a\u304c\u6c38\u7d9a\u5316\u3057\u306a\u3044\u306e\u3067\u81ea\u52d5\u3067\u30aa\u30d5\u306b\u3059\u308b\u6a5f\u80fd\u3002", "icons": { "48": "icon\/icon_48.png", "128": "icon\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/live2.nicovideo.jp\/watch\/*", "https:\/\/live.nicovideo.jp\/watch\/*" ], "js": [ "kagawaken.js" ] } ] } |