Dino Anywhere

Play this cute dinosaur whenever you want

Cos'è Dino Anywhere?

Dino Anywhere è un'estensione di Chrome sviluppata da tikrank, e la sua funzione principale è "Play this cute dinosaur whenever you want".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dino Anywhere

Scarica i file di estensione Dino Anywhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Dino Anywhere Dino Anywhere
ID dncgmdmoedhhnmjmfcbkbehhkcmgmfmg
URL Ufficiale https://chrome.google.com/webstore/detail/dino-anywhere/dncgmdmoedhhnmjmfcbkbehhkcmgmfmg
Descrizione Play this cute dinosaur whenever you want
Dimensione del File 61.63 KB
Conteggio Installazioni 13,138
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-10-20
Data di Pubblicazione 2020-09-25
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore tikrank
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}