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 là gì?

Trollface Me Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Emmanuel Vrebos, và tính năng chính của nó là "Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trollface Me Chrome Extension

Tải xuống các tệp mở rộng Trollface Me Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trollface Me Chrome Extension Trollface Me Chrome Extension
ID ecmpibgedidegahdhdcbnhhanjhljonh
URL Chính Thức https://chromewebstore.google.com/detail/trollface-me-chrome-exten/ecmpibgedidegahdhdcbnhhanjhljonh
Mô tả Play a trick to your people, drive them crazy by displaying sometimes a quick but huge trollface while they surf the Internet.
Kích Thước Tệp 30.37 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-01-05
Ngày Phát Hành 2023-01-04
Nhà Phát Triển Emmanuel Vrebos
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/emvrebos/trollface-me/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}