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
官方URL 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"
    }
}