You're Awesome
You, my friend, are AWESOME!!
What is You're Awesome?
You're Awesome is a Chrome extension developed by ion development, and its main feature is "You, my friend, are AWESOME!!".
Extension Screenshots
Download You're Awesome Extension CRX File
Download You're Awesome 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
Even if the world lets you down, Smiley face believes in you! Therefore, you are AWESOME!
Extension Basic Information
Name | You're Awesome |
ID | laeeiggflpogehhfijehgfppdmaknnao |
Official URL | https://chromewebstore.google.com/detail/youre-awesome/laeeiggflpogehhfijehgfppdmaknnao |
Description | You, my friend, are AWESOME!! |
File Size | 70.25 KB |
Installation Count | 40 |
Current Version | 1.0 |
Last Updated | 2015-06-03 |
Publish Date | 2015-06-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ion development |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.ionic-web-design.ie/go/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "name": "You're Awesome", "version": "1.0", "description": "You, my friend, are AWESOME!!", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "html\/popup.html", "default_title": "You are Awesome!" }, "options_page": "html\/options.html", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "manifest_version": 2 } |