Rick Roulette

Randomly replaces youtube videos with Rick Rolls.

Cos'è Rick Roulette?

Rick Roulette è un'estensione di Chrome sviluppata da http://www.rickroulette.com, e la sua funzione principale è "Randomly replaces youtube videos with Rick Rolls.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rick Roulette

Scarica i file di estensione Rick Roulette in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rick Roulette Rick Roulette
ID pinbianolbmldidkdgcgbemiegfaiahj
URL Ufficiale https://chrome.google.com/webstore/detail/rick-roulette/pinbianolbmldidkdgcgbemiegfaiahj
Descrizione Randomly replaces youtube videos with Rick Rolls.
Dimensione del File 165 KB
Conteggio Installazioni 673
Versione Corrente 1.1.5
Ultimo Aggiornamento 2016-01-12
Data di Pubblicazione 2016-01-12
Valutazione 4.30/5 Totale 20 Valutazioni
Sviluppatore http://www.rickroulette.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.rickroulette.com
Lingue Supportate 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"
            ]
        }
    ]
}