NoRollr - Rick Roll Blocker

Stop getting Rick Rolled, with a variety of URLs.

What is NoRollr - Rick Roll Blocker?

NoRollr - Rick Roll Blocker is a Chrome extension developed by https://jtlr.org, and its main feature is "Stop getting Rick Rolled, with a variety of URLs.".

Extension Screenshots

screenshot

Download NoRollr - Rick Roll Blocker Extension CRX File

Download NoRollr - Rick Roll 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

                        Hate getting Rick Rolled by your friends?  NoRollr is the best solution to that.  NoRollr is a unique rick roll blocker for Google Chrome, as we block not only the original video's link but also rickrolls with different links.   We're frequently updating our product to ensure it covers the most rick roll links possible.   Install it in 2 clicks and reduce your chances of getting rolled; all for free with NoRollr.  

You get warned with a Chrome-Themed warning screen and are presented with the ability to visit the link or return to safety.  

Install NoRollr now.  It takes only 2 clicks!                    

Extension Basic Information

Name NoRollr - Rick Roll Blocker NoRollr - Rick Roll Blocker
ID dndkbjjbmgkfhmbkglogllfabcffomlf
Official URL https://chromewebstore.google.com/detail/norollr-rick-roll-blocker/dndkbjjbmgkfhmbkglogllfabcffomlf
Description Stop getting Rick Rolled, with a variety of URLs.
File Size 26.05 KB
Installation Count 687
Current Version 1.0.6
Last Updated 2024-01-30
Publish Date 2021-10-24
Rating 4.33/5 Total 3 Ratings
Developer https://jtlr.org
Email [email protected]
Payment Type free
Extension Website https://jtlr.org/chrome/norollr/
Help Page URL https://jtlr.org/chrome/norollr/
Privacy Policy Page URL https://tracking.jtlrgroup.com/chromeprivacy
Supported Languages en
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": "NoRollr - Rick Roll Blocker",
    "version": "1.0.6",
    "description": "Stop getting Rick Rolled, with a variety of URLs.",
    "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"
    }
}