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
Eメール [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"
    }
}