Everything is Awesome!
This extension will play the 'Everything is Awesome' song.
What is Everything is Awesome!?
Everything is Awesome! is a Chrome extension developed by Unknown, and its main feature is "This extension will play the 'Everything is Awesome' song.".
Extension Screenshots
Download Everything is Awesome! Extension CRX File
Download Everything is 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
Clicking on the lego will bring a up a audio of the chorus of "Everything is Awesome".
Extension Basic Information
Name | Everything is Awesome! |
ID | okadogimmiabfkmomanboihcamdejgbh |
Official URL | https://chromewebstore.google.com/detail/everything-is-awesome/okadogimmiabfkmomanboihcamdejgbh |
Description | This extension will play the 'Everything is Awesome' song. |
File Size | 36.57 KB |
Installation Count | 32 |
Current Version | 1.0 |
Last Updated | 2014-07-25 |
Publish Date | 2014-07-25 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Everything is Awesome!", "description": "This extension will play the 'Everything is Awesome' song.", "version": "1.0", "permissions": [ "https:\/\/youtube.com\/*" ], "browser_action": { "default_icon": "lego16.png", "default_popup": "popup.html" }, "icons": { "16": "lego16.png", "48": "lego48.png", "128": "lego128.png" } } |