RickRoll Blocker

Never get rickrolled !

What is RickRoll Blocker?

RickRoll Blocker is a Chrome extension developed by Aquib Khan, and its main feature is "Never get rickrolled !".

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

                        This is an advanced extension which blocks rickroll in a smarter way ! Now click links without being scared, Rickroll blocker is there to help you !                    

Extension Basic Information

Name RickRoll Blocker RickRoll Blocker
ID opddmdpgdeaiacngndbpnjgkcaefebeb
Official URL https://chromewebstore.google.com/detail/rickroll-blocker/opddmdpgdeaiacngndbpnjgkcaefebeb
Description Never get rickrolled !
File Size 42.3 KB
Installation Count 463
Current Version 1.0
Last Updated 2022-09-29
Publish Date 2022-08-12
Rating 5.00/5 Total 3 Ratings
Developer Aquib Khan
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "RickRoll Blocker",
    "version": "1.0",
    "description": "Never get rickrolled !",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "warn\/warn.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}