Neon
Customize your Internet with Neon
What is Neon?
Neon is a Chrome extension developed by https://www.theneonid.com, and its main feature is "Customize your Internet with Neon".
Extension Screenshots
Download Neon Extension CRX File
Download Neon 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 Neon ID: What Color Are You? Your color represents your human personality. The Internet with a personality. The Internet in Technicolor. Be Understood. Understand. Earn money for you personality perspective. Sign up for NEON, find out what color you are. Download the extension and now use the Internet the way you normally would. Now color personality perspective appears in your search, social, review and mapping- offering a human perspective to content on the Internet. Also, earn money for your usage with your NEON color. We only sell your data when you ask us to, and YOU make the money back. Finally, the Internet for the people, by the people. So, What Color Are You?
Extension Basic Information
Name | Neon |
ID | ihfcnnmnnbcgjicgolniaioccfekmife |
Official URL | https://chromewebstore.google.com/detail/neon/ihfcnnmnnbcgjicgolniaioccfekmife |
Description | Customize your Internet with Neon |
File Size | 17.97 KB |
Installation Count | 93 |
Current Version | 0.0.2 |
Last Updated | 2016-09-13 |
Publish Date | 2016-09-13 |
Rating | 4.50/5 Total 4 Ratings |
Developer | https://www.theneonid.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Neon", "version": "0.0.2", "description": "Customize your Internet with Neon", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "api.js", "eventPage.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "https:\/\/www.theneonid.com\/", "tabs", "alarms" ] } |