Trollface Me Chrome Extension

Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.

O que é Trollface Me Chrome Extension?

Trollface Me Chrome Extension é uma extensão do Chrome desenvolvida por Emmanuel Vrebos, e sua principal característica é "Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Trollface Me Chrome Extension

Baixe arquivos de extensão Trollface Me Chrome Extension 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

                        Prank your non geek colleagues and friends, drive them crazy by displaying a trollface from time to time during their web browsing.                    

Informações Básicas da Extensão

Nome Trollface Me Chrome Extension Trollface Me Chrome Extension
ID ecmpibgedidegahdhdcbnhhanjhljonh
URL Oficial https://chromewebstore.google.com/detail/trollface-me-chrome-exten/ecmpibgedidegahdhdcbnhhanjhljonh
Descrição Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.
Tamanho do Arquivo 30.37 KB
Contagem de Instalações 18
Versão Atual 1.0.1
Última Atualização 2023-01-05
Data de Publicação 2023-01-04
Desenvolvedor Emmanuel Vrebos
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/emvrebos/trollface-me/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trollface Me Chrome Extension",
    "description": "Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.",
    "homepage_url": "https:\/\/github.com\/emvrebos",
    "version": "1.0.1",
    "manifest_version": 3,
    "action": {
        "default_title": "Trollface Me",
        "default_icon": {
            "16": "icons\/icon-48.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-48.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/trollface.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "after.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}