RickrollGuard

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

Qu'est-ce que RickrollGuard ?

RickrollGuard est une extension Chrome développée par theepicsully, et sa fonction principale est "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RickrollGuard

Téléchargez les fichiers d'extension RickrollGuard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom RickrollGuard RickrollGuard
ID ncjiindlkgmfhcmeenmejoigfhppnomf
URL Officiel https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf
Description The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
Taille du Fichier 341 KB
Nombre d'Installations 451
Version Actuelle 1.0
Dernière Mise à Jour 2020-11-17
Date de Publication 2020-11-17
Évaluation 3.33/5 Total 6 Évaluations
Développeur theepicsully
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sullycb.github.io/RickrollGuard.html
Langues Prises en Charge 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"
    }
}