UniCorn
lots o' Unicorns
What is UniCorn?
UniCorn is a Chrome extension developed by wizardsambolton, and its main feature is "lots o' Unicorns".
Extension Screenshots
Download UniCorn Extension CRX File
Download 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
Make your browsing experience corny and uni (corny) download this to have laugh with, narwhals and unicorns included
Extension Basic Information
Name | |
ID | chfmbomgipdiioabbfkblcgoafmadpjb |
Official URL | https://chrome.google.com/webstore/detail/unicorn/chfmbomgipdiioabbfkblcgoafmadpjb |
Description | lots o' Unicorns |
File Size | 4.84 KB |
Installation Count | 621 |
Current Version | 0.1 |
Last Updated | 2016-03-29 |
Publish Date | 2015-10-04 |
Rating | 3.25/5 Total 4 Ratings |
Developer | wizardsambolton |
[email protected] | |
Payment Type | free |
Extension Website | http://sambolton.me |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UniCorn", "description": "lots o' Unicorns", "version": "0.1", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |