EveRickwhere

If you want to see Rick everickwhere, you've come to the right place!

O que é EveRickwhere?

EveRickwhere é uma extensão do Chrome desenvolvida por Virej Dasani, e sua principal característica é "If you want to see Rick everickwhere, you've come to the right place!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão EveRickwhere

Baixe arquivos de extensão EveRickwhere 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

                        If you ever want to feel like everywhere you go, you want to see Rick Astley's face, this extension does just that!                    

Informações Básicas da Extensão

Nome EveRickwhere EveRickwhere
ID abjgoaijehnkpbgalhnfdmkiebefhmcn
URL Oficial https://chromewebstore.google.com/detail/everickwhere/abjgoaijehnkpbgalhnfdmkiebefhmcn
Descrição If you want to see Rick everickwhere, you've come to the right place!
Tamanho do Arquivo 20.64 MB
Contagem de Instalações 712
Versão Atual 1.0.0
Última Atualização 2022-12-20
Data de Publicação 2022-12-18
Classificação 4.38/5 Total de 8 Avaliações
Desenvolvedor Virej Dasani
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/virejdasani/EveRickwhere
URL da Página de Ajuda https://sites.google.com/view/everickwhere-privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EveRickwhere",
    "version": "1.0.0",
    "description": "If you want to see Rick everickwhere, you've come to the right place!",
    "icons": {
        "128": "assets\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}