Flying Unicorn
Inserts a unicorn into your page!
What is Flying Unicorn?
Flying Unicorn is a Chrome extension developed by justintieu, and its main feature is "Inserts a unicorn into your page!".
Extension Screenshots
Download Flying Unicorn Extension CRX File
Download Flying Unicorn 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
Click U to add a unicorn into the page. Click C to remove all of the unicorns. You can now configure the unicorn image and which keys are pressed through the options page! I will be providing release notes on my website about any updates I make. If you have any issues, please create an issue here: https://github.com/justintieu/flying-unicorn/issues
Extension Basic Information
Name | Flying Unicorn |
ID | cdedcjjdfckjnageanlcifalkpnjdbpg |
Official URL | https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg |
Description | Inserts a unicorn into your page! |
File Size | 43.64 KB |
Installation Count | 1,220 |
Current Version | 0.0.3 |
Last Updated | 2017-12-14 |
Publish Date | 2017-12-14 |
Rating | 4.33/5 Total 3 Ratings |
Developer | justintieu |
Payment Type | free |
Extension Website | https://github.com/justintieu/flying-unicorn/ |
Help Page URL | https://github.com/justintieu/flying-unicorn/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flying Unicorn", "version": "0.0.3", "manifest_version": 2, "description": "Inserts a unicorn into your page!", "homepage_url": "https:\/\/github.com\/justintieu\/flying-unicorn", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/* ", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ], "options_page": "src\/options\/index.html" } |