RickrollGuard

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

O que é RickrollGuard?

RickrollGuard é uma extensão do Chrome desenvolvida por theepicsully, e sua principal característica é "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RickrollGuard

Baixe arquivos de extensão RickrollGuard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome RickrollGuard RickrollGuard
ID ncjiindlkgmfhcmeenmejoigfhppnomf
URL Oficial https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf
Descrição The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
Tamanho do Arquivo 341 KB
Contagem de Instalações 451
Versão Atual 1.0
Última Atualização 2020-11-17
Data de Publicação 2020-11-17
Classificação 3.33/5 Total de 6 Avaliações
Desenvolvedor theepicsully
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sullycb.github.io/RickrollGuard.html
Idiomas Suportados 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"
    }
}