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.

Wat is Trollface Me Chrome Extension?

Trollface Me Chrome Extension is een Chrome-extensie ontwikkeld door Emmanuel Vrebos, en de belangrijkste functie is "Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Trollface Me Chrome Extension

Download Trollface Me Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Trollface Me Chrome Extension Trollface Me Chrome Extension
ID ecmpibgedidegahdhdcbnhhanjhljonh
Officiële URL https://chromewebstore.google.com/detail/trollface-me-chrome-exten/ecmpibgedidegahdhdcbnhhanjhljonh
Beschrijving Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.
Bestandsgrootte 30.37 KB
Aantal Installaties 18
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-01-05
Publicatiedatum 2023-01-04
Ontwikkelaar Emmanuel Vrebos
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/emvrebos/trollface-me/
Ondersteunde Talen 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"
    }
}