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.

Co je Trollface Me Chrome Extension?

Trollface Me Chrome Extension je rozšíření Chrome vyvinuté Emmanuel Vrebos, a jeho hlavní funkcí je „Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Trollface Me Chrome Extension

Stáhněte si soubory rozšíření Trollface Me Chrome Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Trollface Me Chrome Extension Trollface Me Chrome Extension
ID ecmpibgedidegahdhdcbnhhanjhljonh
Oficiální URL https://chromewebstore.google.com/detail/trollface-me-chrome-exten/ecmpibgedidegahdhdcbnhhanjhljonh
Popis Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.
Velikost souboru 30.37 KB
Počet instalací 18
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-01-05
Datum Vydání 2023-01-04
Vývojář Emmanuel Vrebos
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/emvrebos/trollface-me/
Podporované Jazyky 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"
    }
}