RickrollGuard

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

Co je RickrollGuard?

RickrollGuard je rozšíření Chrome vyvinuté theepicsully, a jeho hlavní funkcí je „The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření RickrollGuard

Stáhněte si soubory rozšíření RickrollGuard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název RickrollGuard RickrollGuard
ID ncjiindlkgmfhcmeenmejoigfhppnomf
Oficiální URL https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf
Popis The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
Velikost souboru 341 KB
Počet instalací 451
Aktuální Verze 1.0
Poslední Aktualizace 2020-11-17
Datum Vydání 2020-11-17
Hodnocení 3.33/5 Celkem 6 Hodnocení
Vývojář theepicsully
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://sullycb.github.io/RickrollGuard.html
Podporované Jazyky 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"
    }
}