RickrollGuard

The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.

Was ist RickrollGuard?

RickrollGuard ist eine Chrome-Erweiterung, die von theepicsully entwickelt wurde, und ihr Hauptmerkmal ist "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.".

Erweiterungsscreenshots

screenshot

RickrollGuard-Erweiterungs-CRX-Datei herunterladen

Laden Sie RickrollGuard-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

                        This is a fun, simple Chrome extension that stops users from getting "rickrolled", a meme in internet culture where somebody clicks a link and is redirected to Rick Astley's "Never Gonna Give You Up" music video. Upon clicking on a link that would "rickroll" somebody, this Chrome extension redirects them to the website https://sullycb.github.io/RickrollGuard.html that tells them that they were protected by Rickroll Guard.                    

Grundlegende Informationen zur Erweiterung

Name RickrollGuard RickrollGuard
ID ncjiindlkgmfhcmeenmejoigfhppnomf
Offizielle URL https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf
Beschreibung The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
Dateigröße 341 KB
Installationsanzahl 451
Aktuelle Version 1.0
Letztes Update 2020-11-17
Veröffentlichungsdatum 2020-11-17
Bewertung 3.33/5 Insgesamt 6 Bewertungen
Entwickler theepicsully
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sullycb.github.io/RickrollGuard.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickrollGuard",
    "description": "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.",
    "background": {
        "scripts": [
            "rickfinder.js"
        ]
    },
    "author": "SullyBS",
    "permissions": [
        "tabs",
        "alarms"
    ],
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "panel.html",
        "default_icon": "Rickhead.png"
    },
    "icons": {
        "16": "Rickhead16.png",
        "48": "Rickhead48.png",
        "128": "Rickhead128.png"
    }
}