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.

Qu'est-ce que Trollface Me Chrome Extension ?

Trollface Me Chrome Extension est une extension Chrome développée par Emmanuel Vrebos, et sa fonction principale est "Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trollface Me Chrome Extension

Téléchargez les fichiers d'extension Trollface Me Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Trollface Me Chrome Extension Trollface Me Chrome Extension
ID ecmpibgedidegahdhdcbnhhanjhljonh
URL Officiel https://chromewebstore.google.com/detail/trollface-me-chrome-exten/ecmpibgedidegahdhdcbnhhanjhljonh
Description Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.
Taille du Fichier 30.37 KB
Nombre d'Installations 18
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-01-05
Date de Publication 2023-01-04
Développeur Emmanuel Vrebos
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/emvrebos/trollface-me/
Langues Prises en Charge 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"
    }
}