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.

Cos'è Trollface Me Chrome Extension?

Trollface Me Chrome Extension è un'estensione di Chrome sviluppata da Emmanuel Vrebos, e la sua funzione principale è "Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trollface Me Chrome Extension

Scarica i file di estensione Trollface Me Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Trollface Me Chrome Extension Trollface Me Chrome Extension
ID ecmpibgedidegahdhdcbnhhanjhljonh
URL Ufficiale https://chromewebstore.google.com/detail/trollface-me-chrome-exten/ecmpibgedidegahdhdcbnhhanjhljonh
Descrizione Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.
Dimensione del File 30.37 KB
Conteggio Installazioni 18
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-01-05
Data di Pubblicazione 2023-01-04
Sviluppatore Emmanuel Vrebos
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/emvrebos/trollface-me/
Lingue Supportate 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"
    }
}