引用コメントツール
dアニメストア ニコニコ支店の引用コメント関連のツール
Wat is 引用コメントツール?
引用コメントツール is een Chrome-extensie ontwikkeld door Midra, en de belangrijkste functie is "dアニメストア ニコニコ支店の引用コメント関連のツール".
Extensie Screenshots
Download het CRX-bestand van de extensie 引用コメントツール
Download 引用コメントツール-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
【概要】
「ニコニコアニメチャンネル」と「dアニメストア ニコニコ支店」の引用コメント関連のツールです。
【設定のアクセス方法】
・プレーヤーの右クリックメニュー > 「引用コメントツール」
・この拡張機能のアイコンをクリック
上の手順で引用する動画の選択画面が開いた場合は、右上の設定ボタン(⚙️)をクリック。
【機能】
・「引用コメント」を「チャンネルコメント」に統合
・「引用かんたんコメント」を「かんたんコメント」に統合
・「dアニメストア ニコニコ支店」のコメントを引用・統合
・コメントを自動で引用・統合
・「引用コメント」と「引用かんたんコメント」を非表示
・「かんたんコメント」と「引用かんたんコメント」を非表示
・ポップアップメッセージを表示
・統合したコメントの数をコメント数横に表示
・引用した動画の再生数を再生数横に表示
・コメントの「かわいい」率を表示
【引用する動画を選択】
1. 引用コメントツールを開く
・プレーヤーの右クリックメニュー > 「引用コメントツール」
・この拡張機能のアイコンをクリック
※設定画面が開いた場合は、引用する動画を選択できません。
2. 引用したい動画を選択して「決定」
詳しい説明はこちら
https://greasyfork.org/ja/scripts/446824 Basisinformatie over de Extensie
| Naam | |
| ID | anlpocdpfdpcldkfchppmahpgpjaffan |
| Officiële URL | https://chromewebstore.google.com/detail/%E5%BC%95%E7%94%A8%E3%82%B3%E3%83%A1%E3%83%B3%E3%83%88%E3%83%84%E3%83%BC%E3%83%AB/anlpocdpfdpcldkfchppmahpgpjaffan |
| Beschrijving | dアニメストア ニコニコ支店の引用コメント関連のツール |
| Bestandsgrootte | 40.7 KB |
| Aantal Installaties | 1,842 |
| Huidige Versie | 3.3.4 |
| Laatst Bijgewerkt | 2023-10-26 |
| Publicatiedatum | 2022-11-26 |
| Beoordeling | 4.53/5 Totaal 17 Beoordelingen |
| Ontwikkelaar | Midra |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://greasyfork.org/ja/scripts/446824 |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u5f15\u7528\u30b3\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb",
"short_name": "\u5f15\u7528\u30b3\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb",
"version": "3.3.4",
"description": "d\u30a2\u30cb\u30e1\u30b9\u30c8\u30a2 \u30cb\u30b3\u30cb\u30b3\u652f\u5e97\u306e\u5f15\u7528\u30b3\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30c4\u30fc\u30eb",
"author": "Midra",
"icons": {
"16": ".\/assets\/icon16.png",
"32": ".\/assets\/icon32.png",
"48": ".\/assets\/icon48.png",
"128": ".\/assets\/icon128.png"
},
"action": {
"default_title": "\u5f15\u7528\u30b3\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.nicovideo.jp\/*"
],
"run_at": "document_start",
"js": [
"content-script.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.nicovideo.jp\/*"
],
"resources": [
"inject.js",
"script.js"
]
}
],
"host_permissions": [
"*:\/\/*.nicovideo.jp\/*"
],
"permissions": [
"declarativeContent",
"scripting",
"storage",
"contextMenus"
]
} | |