RickrollGuard

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

Hvad er RickrollGuard?

RickrollGuard er en Chrome-udvidelse udviklet af theepicsully, og dens hovedfunktion er "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.".

Udvidelsesskærmbilleder

screenshot

Download RickrollGuard-udvidelses-CRX-fil

Download RickrollGuard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn RickrollGuard RickrollGuard
ID ncjiindlkgmfhcmeenmejoigfhppnomf
Officiel URL https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf
Beskrivelse The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
Filstørrelse 341 KB
Antal Installationer 451
Nuværende Version 1.0
Senest Opdateret 2020-11-17
Udgivelsesdato 2020-11-17
Bedømmelse 3.33/5 Samlet 6 Bedømmelser
Udvikler theepicsully
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://sullycb.github.io/RickrollGuard.html
Understøttede Sprog 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"
    }
}