Offline Dinosaur 2.0
A completely customizable version of the Offline Dinosaur Game.
Co to jest Offline Dinosaur 2.0?
Offline Dinosaur 2.0 to rozszerzenie Chrome opracowane przez HJK, a jego główną funkcją jest „A completely customizable version of the Offline Dinosaur Game.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Offline Dinosaur 2.0
Pobierz pliki rozszerzeń Offline Dinosaur 2.0 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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)                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | lcddolbcdjhpnneaibaaleobbckkbagk | 
| Oficjalny URL | https://chromewebstore.google.com/detail/offline-dinosaur-20/lcddolbcdjhpnneaibaaleobbckkbagk | 
| Opis | A completely customizable version of the Offline Dinosaur Game. | 
| Rozmiar pliku | 132 KB | 
| Liczba instalacji | 497 | 
| Aktualna Wersja | 0.1 | 
| Ostatnia Aktualizacja | 2022-02-13 | 
| Data Publikacji | 2022-02-13 | 
| Deweloper | HJK | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    }
}  |  |