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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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