NoRollr - Rick Roll Blocker

Stop getting Rick Rolled, with a variety of URLs.

Was ist NoRollr - Rick Roll Blocker?

NoRollr - Rick Roll Blocker ist eine Chrome-Erweiterung, die von https://jtlr.org entwickelt wurde, und ihr Hauptmerkmal ist "Stop getting Rick Rolled, with a variety of URLs.".

Erweiterungsscreenshots

screenshot

NoRollr - Rick Roll Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie NoRollr - Rick Roll Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name NoRollr - Rick Roll Blocker NoRollr - Rick Roll Blocker
ID dndkbjjbmgkfhmbkglogllfabcffomlf
Offizielle URL https://chromewebstore.google.com/detail/norollr-rick-roll-blocker/dndkbjjbmgkfhmbkglogllfabcffomlf
Beschreibung Stop getting Rick Rolled, with a variety of URLs.
Dateigröße 26.05 KB
Installationsanzahl 687
Aktuelle Version 1.0.6
Letztes Update 2024-01-30
Veröffentlichungsdatum 2021-10-24
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler https://jtlr.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://jtlr.org/chrome/norollr/
Hilfeseite URL https://jtlr.org/chrome/norollr/
URL der Datenschutzrichtlinien-Seite https://tracking.jtlrgroup.com/chromeprivacy
Unterstützte Sprachen 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"
    }
}