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.

Apa itu Trollface Me Chrome Extension?

Trollface Me Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh Emmanuel Vrebos, dan fitur utamanya adalah "Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Trollface Me Chrome Extension

Unduh file ekstensi Trollface Me Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Trollface Me Chrome Extension Trollface Me Chrome Extension
ID ecmpibgedidegahdhdcbnhhanjhljonh
URL Resmi https://chromewebstore.google.com/detail/trollface-me-chrome-exten/ecmpibgedidegahdhdcbnhhanjhljonh
Deskripsi Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.
Ukuran File 30.37 KB
Jumlah Instalasi 18
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-01-05
Tanggal Publikasi 2023-01-04
Pengembang Emmanuel Vrebos
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/emvrebos/trollface-me/
Bahasa yang Didukung 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"
    }
}