Dino Anywhere
Play this cute dinosaur whenever you want
Wat is Dino Anywhere?
Dino Anywhere is een Chrome-extensie ontwikkeld door tikrank, en de belangrijkste functie is "Play this cute dinosaur whenever you want".
Extensie Screenshots
Download het CRX-bestand van de extensie Dino Anywhere
Download Dino Anywhere-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The well-known disconnected page Dinosaur game was extracted thanks to https://github.com/wayou/t-rex-runner Have fun!
Basisinformatie over de Extensie
Naam | |
ID | dncgmdmoedhhnmjmfcbkbehhkcmgmfmg |
Officiële URL | https://chrome.google.com/webstore/detail/dino-anywhere/dncgmdmoedhhnmjmfcbkbehhkcmgmfmg |
Beschrijving | Play this cute dinosaur whenever you want |
Bestandsgrootte | 61.63 KB |
Aantal Installaties | 13,138 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-10-20 |
Publicatiedatum | 2020-09-25 |
Beoordeling | 4.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | tikrank |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |