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.

¿Qué es Trollface Me Chrome Extension?

Trollface Me Chrome Extension es una extensión de Chrome desarrollada por Emmanuel Vrebos, y su función principal es "Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Trollface Me Chrome Extension

Descarga archivos de extensión Trollface Me Chrome Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Trollface Me Chrome Extension Trollface Me Chrome Extension
ID ecmpibgedidegahdhdcbnhhanjhljonh
URL Oficial https://chromewebstore.google.com/detail/trollface-me-chrome-exten/ecmpibgedidegahdhdcbnhhanjhljonh
Descripción Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.
Tamaño del Archivo 30.37 KB
Cantidad de Instalaciones 18
Versión Actual 1.0.1
Última Actualización 2023-01-05
Fecha de Publicación 2023-01-04
Desarrollador Emmanuel Vrebos
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/emvrebos/trollface-me/
Idiomas Soportados 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"
    }
}