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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emmanuel Vrebos และคุณลักษณะหลักของมันคือ "Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trollface Me Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}