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.

什麼是Trollface Me Chrome Extension?

Trollface Me Chrome Extension是由Emmanuel Vrebos開發的Chrome擴展程式,該擴展的主要功能是“Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.”。

擴展截圖

screenshot

下載Trollface Me Chrome Extension擴展crx文件

下載Trollface Me Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Trollface Me Chrome Extension Trollface Me Chrome Extension
ID ecmpibgedidegahdhdcbnhhanjhljonh
官方網址 https://chromewebstore.google.com/detail/trollface-me-chrome-exten/ecmpibgedidegahdhdcbnhhanjhljonh
簡介 Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.
檔案大小 30.37 KB
安裝次數 18
目前版本 1.0.1
更新時間 2023-01-05
上架時間 2023-01-04
開發者 Emmanuel Vrebos
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/emvrebos/trollface-me/
支援的語言 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"
    }
}