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
Eメール [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\/*"
    ]
}