Rick Roulette

Randomly replaces youtube videos with Rick Rolls.

Vad är Rick Roulette?

Rick Roulette är en Chrome-tillägg utvecklad av http://www.rickroulette.com, och dess huvudfunktion är "Randomly replaces youtube videos with Rick Rolls.".

Tilläggsskärmbilder

screenshot

Ladda ner Rick Roulette-förlängningens CRX-fil

Ladda ner Rick Roulette-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Rick Roulette Rick Roulette
ID pinbianolbmldidkdgcgbemiegfaiahj
Officiell webbadress https://chrome.google.com/webstore/detail/rick-roulette/pinbianolbmldidkdgcgbemiegfaiahj
Beskrivning Randomly replaces youtube videos with Rick Rolls.
Filstorlek 165 KB
Antal Installationer 673
Aktuell Version 1.1.5
Senast Uppdaterad 2016-01-12
Publiceringsdatum 2016-01-12
Betyg 4.30/5 Totalt 20 Betyg
Utvecklare http://www.rickroulette.com
Betalningssätt free
Tilläggswebbplats http://www.rickroulette.com
Stödda Språk 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"
            ]
        }
    ]
}