Offline Dinosaur 2.0

A completely customizable version of the Offline Dinosaur Game.

Apa itu Offline Dinosaur 2.0?

Offline Dinosaur 2.0 adalah ekstensi Chrome yang dikembangkan oleh HJK, dan fitur utamanya adalah "A completely customizable version of the Offline Dinosaur Game.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Offline Dinosaur 2.0

Unduh file ekstensi Offline Dinosaur 2.0 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama Offline Dinosaur 2.0 Offline Dinosaur 2.0
ID lcddolbcdjhpnneaibaaleobbckkbagk
URL Resmi https://chromewebstore.google.com/detail/offline-dinosaur-20/lcddolbcdjhpnneaibaaleobbckkbagk
Deskripsi A completely customizable version of the Offline Dinosaur Game.
Ukuran File 132 KB
Jumlah Instalasi 497
Versi Saat Ini 0.1
Terakhir Diperbarui 2022-02-13
Tanggal Publikasi 2022-02-13
Pengembang HJK
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}