Dino Anywhere
Play this cute dinosaur whenever you want
What is Dino Anywhere?
Dino Anywhere is a Chrome extension developed by tikrank, and its main feature is "Play this cute dinosaur whenever you want".
Extension Screenshots
Download Dino Anywhere Extension CRX File
Download Dino Anywhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The well-known disconnected page Dinosaur game was extracted thanks to https://github.com/wayou/t-rex-runner Have fun!
Extension Basic Information
Name | |
ID | dncgmdmoedhhnmjmfcbkbehhkcmgmfmg |
Official URL | https://chrome.google.com/webstore/detail/dino-anywhere/dncgmdmoedhhnmjmfcbkbehhkcmgmfmg |
Description | Play this cute dinosaur whenever you want |
File Size | 61.63 KB |
Installation Count | 13,138 |
Current Version | 1.0.1 |
Last Updated | 2020-10-20 |
Publish Date | 2020-09-25 |
Rating | 4.88/5 Total 8 Ratings |
Developer | tikrank |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |