Offline Dinosaur 2.0

A completely customizable version of the Offline Dinosaur Game.

Offline Dinosaur 2.0 là gì?

Offline Dinosaur 2.0 là một tiện ích mở rộng Chrome được phát triển bởi HJK, và tính năng chính của nó là "A completely customizable version of the Offline Dinosaur Game.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Offline Dinosaur 2.0

Tải xuống các tệp mở rộng Offline Dinosaur 2.0 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

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Offline Dinosaur 2.0 Offline Dinosaur 2.0
ID lcddolbcdjhpnneaibaaleobbckkbagk
URL Chính Thức https://chromewebstore.google.com/detail/offline-dinosaur-20/lcddolbcdjhpnneaibaaleobbckkbagk
Mô tả A completely customizable version of the Offline Dinosaur Game.
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 497
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-02-13
Ngày Phát Hành 2022-02-13
Nhà Phát Triển HJK
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}