you're never lonely on wikipedia

see how many other people have gone down the same wikipedia rabbit hole as you.

O que é you're never lonely on wikipedia?

you're never lonely on wikipedia é uma extensão do Chrome desenvolvida por empowa, e sua principal característica é "see how many other people have gone down the same wikipedia rabbit hole as you.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão you're never lonely on wikipedia

Baixe arquivos de extensão you're never lonely on wikipedia 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're like me, you traverse the internet alone, often going down the deepest rabbit holes seemingly solo. but you're never lonely on wikipedia. With this extension, you can see how there are other people going on these journeys with you.                    

Informações Básicas da Extensão

Nome you're never lonely on wikipedia you're never lonely on wikipedia
ID mifpgcnccpdmgooakbdgbbgkjnlhfhcg
URL Oficial https://chromewebstore.google.com/detail/youre-never-lonely-on-wik/mifpgcnccpdmgooakbdgbbgkjnlhfhcg
Descrição see how many other people have gone down the same wikipedia rabbit hole as you.
Tamanho do Arquivo 47.31 KB
Contagem de Instalações 93
Versão Atual 1.1
Última Atualização 2023-08-28
Data de Publicação 2023-08-27
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor empowa
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://imempowa.com/
URL da Página de Ajuda https://twitter.com/imempowa
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "you're never lonely on wikipedia",
    "version": "1.1",
    "description": "see how many other people have gone down the same wikipedia rabbit hole as you.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "https:\/\/wikimedia.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}