Rick Roulette

Randomly replaces youtube videos with Rick Rolls.

Qu'est-ce que Rick Roulette ?

Rick Roulette est une extension Chrome développée par http://www.rickroulette.com, et sa fonction principale est "Randomly replaces youtube videos with Rick Rolls.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rick Roulette

Téléchargez les fichiers d'extension Rick Roulette au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Rick Roulette Rick Roulette
ID pinbianolbmldidkdgcgbemiegfaiahj
URL Officiel https://chrome.google.com/webstore/detail/rick-roulette/pinbianolbmldidkdgcgbemiegfaiahj
Description Randomly replaces youtube videos with Rick Rolls.
Taille du Fichier 165 KB
Nombre d'Installations 673
Version Actuelle 1.1.5
Dernière Mise à Jour 2016-01-12
Date de Publication 2016-01-12
Évaluation 4.30/5 Total 20 Évaluations
Développeur http://www.rickroulette.com
Type de Paiement free
Site Web de l'Extension http://www.rickroulette.com
Langues Prises en Charge 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"
            ]
        }
    ]
}