RickBlock

RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!

What is RickBlock?

RickBlock is a Chrome extension developed by bjornorri, and its main feature is "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!".

Extension Screenshots

screenshot

Download RickBlock Extension CRX File

Download RickBlock 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

                        RickBlock identifies and warns you about any RickRoll links that you may come across by displaying the RickBlock icon.
Don't get yourself RickRoll'd again!                    

Extension Basic Information

Name RickBlock RickBlock
ID agbeefmhngcnolppmknfgidinfnfiocp
Official URL https://chrome.google.com/webstore/detail/rickblock/agbeefmhngcnolppmknfgidinfnfiocp
Description RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!
File Size 1.54 MB
Installation Count 428
Current Version 1.0
Last Updated 2014-08-21
Publish Date 2014-08-21
Rating 4.00/5 Total 5 Ratings
Developer bjornorri
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RickBlock",
    "version": "1.0",
    "description": "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "links.css"
            ],
            "js": [
                "links.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}