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!
擴展基本資訊
名稱 | Chrome Dino T-Rex RPG |
ID | kcmegnpfeomalodkclmmaihphoekfhgi |
官方網址 | 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 |
電子郵箱 | [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 } |