Chrome Dino T-Rex RPG

Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.

ما هو Chrome Dino T-Rex RPG؟

Chrome Dino T-Rex RPG هو إضافة Chrome تم تطويرها بواسطة omniZero، والميزة الرئيسية لها هي "Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.".

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

screenshot

تحميل ملف CRX للإضافة Chrome Dino T-Rex RPG

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

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

                        Play Chrome Dino (T-Rex) minigame on any page by launching it via the extension's popup. Gain experience along the way that earns you levels to showcase your dedication!                    

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

الاسم Chrome Dino T-Rex RPG Chrome Dino T-Rex RPG
ID kcmegnpfeomalodkclmmaihphoekfhgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-dino-t-rex-rpg/kcmegnpfeomalodkclmmaihphoekfhgi
الوصف Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.
حجم الملف 159 KB
عدد التثبيتات 1,377
النسخة الحالية 1.0.0
آخر تحديث 2021-06-23
تاريخ النشر 2021-06-22
تقييم 5.00/5 مجموع تقييمات 3
المطور omniZero
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Dino T-Rex RPG",
    "version": "1.0.0",
    "description": "Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.",
    "permissions": [],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.ico",
        "assets\/*"
    ],
    "manifest_version": 2
}