Dino Anywhere

Play this cute dinosaur whenever you want

Apa itu Dino Anywhere?

Dino Anywhere adalah ekstensi Chrome yang dikembangkan oleh tikrank, dan fitur utamanya adalah "Play this cute dinosaur whenever you want".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Dino Anywhere

Unduh file ekstensi Dino Anywhere dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Dino Anywhere Dino Anywhere
ID dncgmdmoedhhnmjmfcbkbehhkcmgmfmg
URL Resmi https://chrome.google.com/webstore/detail/dino-anywhere/dncgmdmoedhhnmjmfcbkbehhkcmgmfmg
Deskripsi Play this cute dinosaur whenever you want
Ukuran File 61.63 KB
Jumlah Instalasi 13,138
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-10-20
Tanggal Publikasi 2020-09-25
Penilaian 4.88/5 Total 8 Penilaian
Pengembang tikrank
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}