RickTroll

This extension turns every link on every website into a Rick Rolling waiting to happen. Try it on co-workers for a healthy dose of…

What is RickTroll?

RickTroll is a Chrome extension developed by Friendly Mega Corp., and its main feature is "This extension turns every link on every website into a Rick Rolling waiting to happen. Try it on co-workers for a healthy dose of…".

Extension Screenshots

screenshot

Download RickTroll Extension CRX File

Download RickTroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension turns every link on every website into a Rick Rolling waiting to happen.

Try it on co-workers for a healthy dose of office hijinks. 

Use responsibly.                    

Extension Basic Information

Name RickTroll RickTroll
ID nfpgeheegopakihcjdpfbpbhpjliehmi
Official URL https://chromewebstore.google.com/detail/ricktroll/nfpgeheegopakihcjdpfbpbhpjliehmi
Description This extension turns every link on every website into a Rick Rolling waiting to happen. Try it on co-workers for a healthy dose of…
File Size 470 KB
Installation Count 446
Current Version 1.2
Last Updated 2016-01-21
Publish Date 2016-01-20
Rating 4.78/5 Total 9 Ratings
Developer Friendly Mega Corp.
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RickTroll",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "RickTroll"
    }
}