Recoreco
あなたの動画視聴履歴から嗜好を分析し、あなたの興味のあった動画をウェブ上からレコメンドします
Wat is Recoreco?
Recoreco is een Chrome-extensie ontwikkeld door recoreco, en de belangrijkste functie is "あなたの動画視聴履歴から嗜好を分析し、あなたの興味のあった動画をウェブ上からレコメンドします".
Extensie Screenshots
Download het CRX-bestand van de extensie Recoreco
Download Recoreco-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
この拡張機能をインストールすると対応する動画サイトにおいて、ページ下部にあなたへのオススメ動画が表示されます。 最初に対応する動画サイトを訪れた時に使用許諾を尋ねるダイアログが表示されます。ここで「はい」をクリックすると、以後その動画サイトでの本アプリの使用が開始され、視聴動画や視聴時間などの情報が収集されます。「いいえ」をクリックした場合には何も情報は収集されません。あとは動画を見ていくだけで、あなたの嗜好を学習し、あなたにとって最適な動画をレコメンドします。 この拡張機能をインストールすることで、ユーザーは http://recoreco.net/privacy にある利用規約に同意したことになります。
Basisinformatie over de Extensie
Naam | |
ID | ekmcijhimodbdfmlbakbfkfhnmlcceni |
Officiële URL | https://chrome.google.com/webstore/detail/recoreco/ekmcijhimodbdfmlbakbfkfhnmlcceni |
Beschrijving | あなたの動画視聴履歴から嗜好を分析し、あなたの興味のあった動画をウェブ上からレコメンドします |
Bestandsgrootte | 10.75 KB |
Aantal Installaties | 28 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2014-01-21 |
Publicatiedatum | 2014-01-21 |
Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | recoreco |
Betalingswijze | free |
Help Pagina-URL | https://twitter.com/recovideo |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recoreco", "version": "0.0.7", "manifest_version": 2, "description": "\u3042\u306a\u305f\u306e\u52d5\u753b\u8996\u8074\u5c65\u6b74\u304b\u3089\u55dc\u597d\u3092\u5206\u6790\u3057\u3001\u3042\u306a\u305f\u306e\u8208\u5473\u306e\u3042\u3063\u305f\u52d5\u753b\u3092\u30a6\u30a7\u30d6\u4e0a\u304b\u3089\u30ec\u30b3\u30e1\u30f3\u30c9\u3057\u307e\u3059", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "ja", "permissions": [ "tabs" ], "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_start", "all_frames": false } ] } |