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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}