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)                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    }
}  |  |