Dino Anywhere

Play this cute dinosaur whenever you want

什么是Dino Anywhere?

Dino Anywhere是由tikrank开发的Chrome扩展程序,该扩展的主要功能是“Play this cute dinosaur whenever you want”。

扩展截图

screenshot

下载Dino Anywhere扩展crx文件

下载Dino Anywhere扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Dino Anywhere Dino Anywhere
ID dncgmdmoedhhnmjmfcbkbehhkcmgmfmg
官方URL https://chrome.google.com/webstore/detail/dino-anywhere/dncgmdmoedhhnmjmfcbkbehhkcmgmfmg
简介 Play this cute dinosaur whenever you want
文件大小 61.63 KB
安装次数 13,138
当前版本 1.0.1
更新时间 2020-10-20
上架时间 2020-09-25
评分 4.88/5 共8次评分
开发者 tikrank
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}