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 to jest Trollface Me Chrome Extension?

Trollface Me Chrome Extension to rozszerzenie Chrome opracowane przez Emmanuel Vrebos, a jego główną funkcją jest „Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Trollface Me Chrome Extension

Pobierz pliki rozszerzeń Trollface Me Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Trollface Me Chrome Extension Trollface Me Chrome Extension
ID ecmpibgedidegahdhdcbnhhanjhljonh
Oficjalny URL https://chromewebstore.google.com/detail/trollface-me-chrome-exten/ecmpibgedidegahdhdcbnhhanjhljonh
Opis Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.
Rozmiar pliku 30.37 KB
Liczba instalacji 18
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-01-05
Data Publikacji 2023-01-04
Deweloper Emmanuel Vrebos
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/emvrebos/trollface-me/
Obsługiwane Języki 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"
    }
}