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.

Vad är Trollface Me Chrome Extension?

Trollface Me Chrome Extension är en Chrome-tillägg utvecklad av Emmanuel Vrebos, och dess huvudfunktion är "Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.".

Tilläggsskärmbilder

screenshot

Ladda ner Trollface Me Chrome Extension-förlängningens CRX-fil

Ladda ner Trollface Me Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Trollface Me Chrome Extension Trollface Me Chrome Extension
ID ecmpibgedidegahdhdcbnhhanjhljonh
Officiell webbadress https://chromewebstore.google.com/detail/trollface-me-chrome-exten/ecmpibgedidegahdhdcbnhhanjhljonh
Beskrivning Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.
Filstorlek 30.37 KB
Antal Installationer 18
Aktuell Version 1.0.1
Senast Uppdaterad 2023-01-05
Publiceringsdatum 2023-01-04
Utvecklare Emmanuel Vrebos
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/emvrebos/trollface-me/
Stödda Språk 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"
    }
}