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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}