You are Epic
You, my friend, are EPIC!
What is You are Epic?
You are Epic is a Chrome extension developed by Apps, and its main feature is "You, my friend, are EPIC!".
Extension Screenshots
Download You are Epic Extension CRX File
Download You are Epic 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
Have you ever felt down and need a little encouragement? Like you're down in the dumps and just need something bright to cheer up your day? Well, we believe in you and you are EPIC! This app puts a small button on your browser - each time you press it, something surprisingly nice will happen! :)
Extension Basic Information
Name | You are Epic |
ID | gldbdikiglleodkcdddffmhmpdfcpkkn |
Official URL | https://chromewebstore.google.com/detail/you-are-epic/gldbdikiglleodkcdddffmhmpdfcpkkn |
Description | You, my friend, are EPIC! |
File Size | 62.11 KB |
Installation Count | 206 |
Current Version | 1.3 |
Last Updated | 2013-10-04 |
Publish Date | 2013-10-04 |
Rating | 4.60/5 Total 10 Ratings |
Developer | Apps |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "html\/popup.html", "default_title": "You are Awesome!" }, "description": "You, my friend, are EPIC!", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "manifest_version": 2, "name": "You are Epic", "options_page": "html\/options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3" } |