Joke Extension

A Chrome extension that tells jokes.

ما هو Joke Extension؟

Joke Extension هو إضافة Chrome تم تطويرها بواسطة Sandeep Mondal، والميزة الرئيسية لها هي "A Chrome extension that tells jokes.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Joke Extension

قم بتنزيل ملفات الامتداد Joke Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The "Joke Extension" is a fun Chrome extension that delivers a dose of humor with just a click. Get ready to laugh as it presents a collection of random jokes right in your browser, bringing a smile to your face whenever you need it.                    

معلومات أساسية عن التمديد

الاسم Joke Extension Joke Extension
ID bmgohkkommkpjgegjochhjcabbmkembj
عنوان URL الرسمي https://chromewebstore.google.com/detail/joke-extension/bmgohkkommkpjgegjochhjcabbmkembj
الوصف A Chrome extension that tells jokes.
حجم الملف 26.65 KB
عدد التثبيتات 44
النسخة الحالية 1.0
آخر تحديث 2023-06-23
تاريخ النشر 2023-06-23
تقييم 5.00/5 مجموع تقييمات 2
المطور Sandeep Mondal
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://smondal1008.my.canva.site/jokes-extension-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Joke Extension",
    "version": "1.0",
    "description": "A Chrome extension that tells jokes.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}