Dinosaur Comics Easter Eggs
Show easter eggs for Dinosaur Comics. Based on this script: http://userscripts-mirror.org/scripts/review/128475.html
What is Dinosaur Comics Easter Eggs?
Dinosaur Comics Easter Eggs is a Chrome extension developed by [email protected], and its main feature is "Show easter eggs for Dinosaur Comics. Based on this script: http://userscripts-mirror.org/scripts/review/128475.html".
Extension Screenshots
Download Dinosaur Comics Easter Eggs Extension CRX File
Download Dinosaur Comics Easter Eggs 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
Every one of Ryan North's Dinosaur Comics has three hidden Easter Eggs; this extension shows them to you right under the comic.
Extension Basic Information
Name | |
ID | bojkkeeefjmeogpgnlomodfkkfkfhabj |
Official URL | https://chrome.google.com/webstore/detail/dinosaur-comics-easter-eg/bojkkeeefjmeogpgnlomodfkkfkfhabj |
Description | Show easter eggs for Dinosaur Comics. Based on this script: http://userscripts-mirror.org/scripts/review/128475.html |
File Size | 4.85 KB |
Installation Count | 229 |
Current Version | 1.3 |
Last Updated | 2014-08-11 |
Publish Date | 2014-08-11 |
Rating | 4.81/5 Total 27 Ratings |
Developer | [email protected] |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "dinosaur.js" ], "matches": [ "http:\/\/qwantz.com\/*", "http:\/\/www.qwantz.com\/*" ] } ], "description": "Show easter eggs for Dinosaur Comics. Based on this script: http:\/\/userscripts-mirror.org\/scripts\/review\/128475.html", "name": "Dinosaur Comics Easter Eggs", "version": "1.3", "manifest_version": 2 } |