Rick Roulette

Randomly replaces youtube videos with Rick Rolls.

Rick Rouletteとは何ですか?

Rick Rouletteはhttp://www.rickroulette.comによって開発されたChromeの拡張機能で、その主な機能は「Randomly replaces youtube videos with Rick Rolls.」です。

拡張機能のスクリーンショット

screenshot

Rick Roulette拡張機能のCRXファイルをダウンロード

Rick Roulette拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you a glutton for punishment?

Or do you secretly love being Rick Rolled, but don't have any friends to Rick Roll you? No judgement here, but this extension might come in handy for you!

This is a Chrome Extension which will randomly Rick Roll you.

Whenever you visit a YouTube page, you'll have a 1 in N chance of having the video element replaced with a Rick Roll. The value of N is 6 by default but you can configure this to whatever number you choose.                    

拡張機能の基本情報

名前 Rick Roulette Rick Roulette
ID pinbianolbmldidkdgcgbemiegfaiahj
公式URL https://chrome.google.com/webstore/detail/rick-roulette/pinbianolbmldidkdgcgbemiegfaiahj
説明 Randomly replaces youtube videos with Rick Rolls.
ファイルサイズ 165 KB
インストール数 673
現在のバージョン 1.1.5
最終更新日 2016-01-12
公開日 2016-01-12
評価 4.30/5 合計 20 レビュー
開発者 http://www.rickroulette.com
支払い方法 free
拡張機能のウェブサイト http://www.rickroulette.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rick Roulette",
    "version": "1.1.5",
    "manifest_version": 2,
    "description": "Randomly replaces youtube videos with Rick Rolls.",
    "homepage_url": "http:\/\/www.bugben.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "options_page": "src\/options\/options.html",
    "permissions": [
        "contentSettings",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}