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
官方網址 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"
            ]
        }
    ]
}