Offline Dinosaur 2.0
A completely customizable version of the Offline Dinosaur Game.
Offline Dinosaur 2.0 क्या है?
Offline Dinosaur 2.0 HJK द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A completely customizable version of the Offline Dinosaur Game."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Offline Dinosaur 2.0 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |