Offline Dinosaur 2.0
A completely customizable version of the Offline Dinosaur Game.
什麼是Offline Dinosaur 2.0?
Offline Dinosaur 2.0是由HJK開發的Chrome擴展程式,該擴展的主要功能是“A completely customizable version of the Offline Dinosaur Game.”。
擴展截圖
下載Offline Dinosaur 2.0擴展crx文件
下載Offline Dinosaur 2.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |