RickRoll Blocker

Detects and blocks most Rick Rolls.

What is RickRoll Blocker?

RickRoll Blocker is a Chrome extension developed by flurri, and its main feature is "Detects and blocks most Rick Rolls.".

Extension Screenshots

screenshot

Download RickRoll Blocker Extension CRX File

Download RickRoll Blocker 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

                        A *state of the art* extension to block most rickrolls for you.

Change Log:

1.0.1
Minor fix                    

Extension Basic Information

Name RickRoll Blocker RickRoll Blocker
ID njmipjaiggbilpmdmkklojcgfhbfcdma
Official URL https://chromewebstore.google.com/detail/rickroll-blocker/njmipjaiggbilpmdmkklojcgfhbfcdma
Description Detects and blocks most Rick Rolls.
File Size 1002 KB
Installation Count 194
Current Version 1.0.1
Last Updated 2022-06-14
Publish Date 2022-05-31
Rating 5.00/5 Total 4 Ratings
Developer flurri
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickRoll Blocker",
    "description": "Detects and blocks most Rick Rolls.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "detect.js"
            ]
        }
    ],
    "icons": {
        "16": "i16.png",
        "32": "i32.png",
        "48": "i48.png",
        "128": "i128.png"
    },
    "manifest_version": 3
}