Nicofinder
Nicofinderでのコメント解析を支援する拡張機能です。
Qu'est-ce que Nicofinder ?
Nicofinder est une extension Chrome développée par https://nicofinder.net, et sa fonction principale est "Nicofinderでのコメント解析を支援する拡張機能です。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nicofinder
Téléchargez les fichiers d'extension Nicofinder 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
Nicofinder のコメント解析を支援する拡張機能です。 機能 - 過去ログ - 公式動画のコメント解析 - コメント解析を開く(コンテキストメニュー)
Informations de Base sur l'Extension
Nom | Nicofinder |
ID | jgnhfelllimcnjaoofphfjiepgfkdbed |
URL Officiel | https://chromewebstore.google.com/detail/nicofinder/jgnhfelllimcnjaoofphfjiepgfkdbed |
Description | Nicofinderでのコメント解析を支援する拡張機能です。 |
Taille du Fichier | 13.66 KB |
Nombre d'Installations | 1,376 |
Version Actuelle | 3.1.1 |
Dernière Mise à Jour | 2022-11-14 |
Date de Publication | 2019-10-05 |
Évaluation | 4.00/5 Total 7 Évaluations |
Développeur | https://nicofinder.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://nicofinder.net |
URL de la Page d'Aide | https://github.com/githayu/nicofinder-extension |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nicofinder", "version": "3.1.1", "manifest_version": 3, "description": "Nicofinder\u3067\u306e\u30b3\u30e1\u30f3\u30c8\u89e3\u6790\u3092\u652f\u63f4\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "author": "Hayu", "permissions": [ "cookies", "contextMenus" ], "host_permissions": [ "*:\/\/*.nicofinder.net\/*", "*:\/\/*.nicovideo.jp\/*", "*:\/\/*.dmc.nico\/*", "*:\/\/*.smilevideo.jp\/*", "*:\/\/*.nimg.jp\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.nicofinder.net\/*", "*:\/\/localhost\/*" ] }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "img\/icon16.png", "24": "img\/icon48.png", "32": "img\/icon38.png" }, "default_title": "Nicofinder" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "homepage_url": "https:\/\/github.com\/githayu\/nicofinder-extension" } |