Rick Roulette

Randomly replaces youtube videos with Rick Rolls.

Rick Roulette là gì?

Rick Roulette là một tiện ích mở rộng Chrome được phát triển bởi http://www.rickroulette.com, và tính năng chính của nó là "Randomly replaces youtube videos with Rick Rolls.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rick Roulette

Tải xuống các tệp mở rộng Rick Roulette dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rick Roulette Rick Roulette
ID pinbianolbmldidkdgcgbemiegfaiahj
URL Chính Thức https://chrome.google.com/webstore/detail/rick-roulette/pinbianolbmldidkdgcgbemiegfaiahj
Mô tả Randomly replaces youtube videos with Rick Rolls.
Kích Thước Tệp 165 KB
Số Lần Cài Đặt 673
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2016-01-12
Ngày Phát Hành 2016-01-12
Đánh Giá 4.30/5 Tổng số 20 Đánh Giá
Nhà Phát Triển http://www.rickroulette.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.rickroulette.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}