Rick Roulette

Randomly replaces youtube videos with Rick Rolls.

Was ist Rick Roulette?

Rick Roulette ist eine Chrome-Erweiterung, die von http://www.rickroulette.com entwickelt wurde, und ihr Hauptmerkmal ist "Randomly replaces youtube videos with Rick Rolls.".

Erweiterungsscreenshots

screenshot

Rick Roulette-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rick Roulette-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rick Roulette Rick Roulette
ID pinbianolbmldidkdgcgbemiegfaiahj
Offizielle URL https://chrome.google.com/webstore/detail/rick-roulette/pinbianolbmldidkdgcgbemiegfaiahj
Beschreibung Randomly replaces youtube videos with Rick Rolls.
Dateigröße 165 KB
Installationsanzahl 673
Aktuelle Version 1.1.5
Letztes Update 2016-01-12
Veröffentlichungsdatum 2016-01-12
Bewertung 4.30/5 Insgesamt 20 Bewertungen
Entwickler http://www.rickroulette.com
Zahlungsart free
Erweiterungswebsite http://www.rickroulette.com
Unterstützte Sprachen 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"
            ]
        }
    ]
}