Recoreco

あなたの動画視聴履歴から嗜好を分析し、あなたの興味のあった動画をウェブ上からレコメンドします

What is Recoreco?

Recoreco is a Chrome extension developed by recoreco, and its main feature is "あなたの動画視聴履歴から嗜好を分析し、あなたの興味のあった動画をウェブ上からレコメンドします".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Recoreco Extension CRX File

Download Recoreco extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        この拡張機能をインストールすると対応する動画サイトにおいて、ページ下部にあなたへのオススメ動画が表示されます。

最初に対応する動画サイトを訪れた時に使用許諾を尋ねるダイアログが表示されます。ここで「はい」をクリックすると、以後その動画サイトでの本アプリの使用が開始され、視聴動画や視聴時間などの情報が収集されます。「いいえ」をクリックした場合には何も情報は収集されません。あとは動画を見ていくだけで、あなたの嗜好を学習し、あなたにとって最適な動画をレコメンドします。

この拡張機能をインストールすることで、ユーザーは http://recoreco.net/privacy にある利用規約に同意したことになります。                    

Extension Basic Information

Name Recoreco Recoreco
ID ekmcijhimodbdfmlbakbfkfhnmlcceni
Official URL https://chrome.google.com/webstore/detail/recoreco/ekmcijhimodbdfmlbakbfkfhnmlcceni
Description あなたの動画視聴履歴から嗜好を分析し、あなたの興味のあった動画をウェブ上からレコメンドします
File Size 10.75 KB
Installation Count 28
Current Version 0.0.7
Last Updated 2014-01-21
Publish Date 2014-01-21
Rating 4.29/5 Total 7 Ratings
Developer recoreco
Payment Type free
Help Page URL https://twitter.com/recovideo
Supported Languages 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
        }
    ]
}