Chrome Dino T-Rex RPG
Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.
Chrome Dino T-Rex RPGとは何ですか?
Chrome Dino T-Rex RPGはomniZeroによって開発されたChromeの拡張機能で、その主な機能は「Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.」です。
拡張機能のスクリーンショット
Chrome Dino T-Rex RPG拡張機能のCRXファイルをダウンロード
Chrome Dino T-Rex RPG拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Play Chrome Dino (T-Rex) minigame on any page by launching it via the extension's popup. Gain experience along the way that earns you levels to showcase your dedication!                     拡張機能の基本情報
| 名前 |   |  
| ID | kcmegnpfeomalodkclmmaihphoekfhgi | 
| 公式URL | https://chromewebstore.google.com/detail/chrome-dino-t-rex-rpg/kcmegnpfeomalodkclmmaihphoekfhgi | 
| 説明 | Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup. | 
| ファイルサイズ | 159 KB | 
| インストール数 | 1,377 | 
| 現在のバージョン | 1.0.0 | 
| 最終更新日 | 2021-06-23 | 
| 公開日 | 2021-06-22 | 
| 評価 | 5.00/5 合計 3 レビュー | 
| 開発者 | omniZero | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Dino T-Rex RPG",
    "version": "1.0.0",
    "description": "Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.",
    "permissions": [],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.ico",
        "assets\/*"
    ],
    "manifest_version": 2
}  |  |