Offline Dinosaur 2.0

A completely customizable version of the Offline Dinosaur Game.

ما هو Offline Dinosaur 2.0؟

Offline Dinosaur 2.0 هو إضافة Chrome تم تطويرها بواسطة HJK، والميزة الرئيسية لها هي "A completely customizable version of the Offline Dinosaur Game.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Offline Dinosaur 2.0

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

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

                        Allows you to customize the offline dinosaur game.

Go to the settings page to change in-game variables, sprites, and audio effects.

Access directly using:    chrome://dino



(This extension redirects you from the original offline dinosaur result to bring you to a page provided by this extension)                    

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

الاسم Offline Dinosaur 2.0 Offline Dinosaur 2.0
ID lcddolbcdjhpnneaibaaleobbckkbagk
عنوان URL الرسمي https://chromewebstore.google.com/detail/offline-dinosaur-20/lcddolbcdjhpnneaibaaleobbckkbagk
الوصف A completely customizable version of the Offline Dinosaur Game.
حجم الملف 132 KB
عدد التثبيتات 497
النسخة الحالية 0.1
آخر تحديث 2022-02-13
تاريخ النشر 2022-02-13
المطور HJK
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Offline Dinosaur 2.0",
    "description": "A completely customizable version of the Offline Dinosaur Game.",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "unlimitedStorage"
    ],
    "options_page": "content\/settings.html",
    "action": {
        "default_title": "Click me to open Offline Dino",
        "default_icon": {
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "128": "\/images\/icon128.png"
    }
}