Rick Roulette

Randomly replaces youtube videos with Rick Rolls.

O que é Rick Roulette?

Rick Roulette é uma extensão do Chrome desenvolvida por http://www.rickroulette.com, e sua principal característica é "Randomly replaces youtube videos with Rick Rolls.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rick Roulette

Baixe arquivos de extensão Rick Roulette no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rick Roulette Rick Roulette
ID pinbianolbmldidkdgcgbemiegfaiahj
URL Oficial https://chrome.google.com/webstore/detail/rick-roulette/pinbianolbmldidkdgcgbemiegfaiahj
Descrição Randomly replaces youtube videos with Rick Rolls.
Tamanho do Arquivo 165 KB
Contagem de Instalações 673
Versão Atual 1.1.5
Última Atualização 2016-01-12
Data de Publicação 2016-01-12
Classificação 4.30/5 Total de 20 Avaliações
Desenvolvedor http://www.rickroulette.com
Tipo de Pagamento free
Site da Extensão http://www.rickroulette.com
Idiomas Suportados 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"
            ]
        }
    ]
}