Dino Anywhere

Play this cute dinosaur whenever you want

Dino Anywhere là gì?

Dino Anywhere là một tiện ích mở rộng Chrome được phát triển bởi tikrank, và tính năng chính của nó là "Play this cute dinosaur whenever you want".

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

screenshot

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

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

                        The well-known disconnected page Dinosaur game was extracted thanks to https://github.com/wayou/t-rex-runner
Have fun!                    

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

Tên Dino Anywhere Dino Anywhere
ID dncgmdmoedhhnmjmfcbkbehhkcmgmfmg
URL Chính Thức https://chrome.google.com/webstore/detail/dino-anywhere/dncgmdmoedhhnmjmfcbkbehhkcmgmfmg
Mô tả Play this cute dinosaur whenever you want
Kích Thước Tệp 61.63 KB
Số Lần Cài Đặt 13,138
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-10-20
Ngày Phát Hành 2020-09-25
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển tikrank
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dino Anywhere",
    "description": "Play this cute dinosaur whenever you want",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Dino Anywhere",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*.css",
        "*.js",
        "assets\/*"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.facebook.com\/*"
    ]
}