Running dinosaur game
Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses
Running dinosaur game là gì?
Running dinosaur game là một tiện ích mở rộng Chrome được phát triển bởi https://runningdinosaur.com, và tính năng chính của nó là "Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Running dinosaur game
Tải xuống các tệp mở rộng Running dinosaur game dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Click here to play the classic Running dinosaur game. Running dinosaur game is a game inspired by Chrome Dino (also known as T-Rex Game, or the NO INTERNET GAME) - one of the hidden games. NOTE: This is not a Google Chrome game. The development of "Running Dinosaur Game" has nothing to do with Google or Google Chrome. Google Chrome is a registered trademark of Google, Inc. There are only one button to play this game: spacebar. With this extension You don't need to turn off the internet to play. Our game does not require fast internet or outdated flash. Entertain yourself at any time. This addon is a self-dependent game, not a link to a website or iframe. Have fun running the Running Dinosaur Game!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Running dinosaur game |
ID | bhfacpelohahnefmmccfjmjdpmmhhhlf |
URL Chính Thức | https://chromewebstore.google.com/detail/running-dinosaur-game/bhfacpelohahnefmmccfjmjdpmmhhhlf |
Mô tả | Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses |
Kích Thước Tệp | 62.27 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.3.3 |
Cập Nhật Lần Cuối | 2023-11-22 |
Ngày Phát Hành | 2023-06-29 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://runningdinosaur.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/11X9kOiOj-FBwEILUpMXyxavNGnDTaarFH26-5aO3_Z8/edit?usp=sharing |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "32.png", "default_title": "Running Dinosaur" }, "host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": "bg.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "arch.js" ], "matches": [ "https:\/\/*\/*" ] } ], "description": "Running dinosaur game offline popup game about dino T-rex running through the desert and jumping over cactuses", "manifest_version": 3, "name": "Running dinosaur game", "icons": { "32": "32.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/docs.google.com\/*", "https:\/\/translate.google.com\/*", "https:\/\/chat.openai.com\/*", "https:\/\/openai.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/coinmarketcap.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "version": "1.3.3" } |