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.

Hvad er Trollface Me Chrome Extension?

Trollface Me Chrome Extension er en Chrome-udvidelse udviklet af Emmanuel Vrebos, og dens hovedfunktion er "Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.".

Udvidelsesskærmbilleder

screenshot

Download Trollface Me Chrome Extension-udvidelses-CRX-fil

Download Trollface Me Chrome Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Trollface Me Chrome Extension Trollface Me Chrome Extension
ID ecmpibgedidegahdhdcbnhhanjhljonh
Officiel URL https://chromewebstore.google.com/detail/trollface-me-chrome-exten/ecmpibgedidegahdhdcbnhhanjhljonh
Beskrivelse Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.
Filstørrelse 30.37 KB
Antal Installationer 18
Nuværende Version 1.0.1
Senest Opdateret 2023-01-05
Udgivelsesdato 2023-01-04
Udvikler Emmanuel Vrebos
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/emvrebos/trollface-me/
Understøttede Sprog 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"
    }
}