YEE Extension
When you click the button it goes YEE!
What is YEE Extension?
YEE Extension is a Chrome extension developed by MultiLagio, and its main feature is "When you click the button it goes YEE!".
Extension Screenshots
Download YEE Extension Extension CRX File
Download YEE Extension 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
When installing this extension, it puts a button to the right of the omnibox which is used for fun. When clicked it plays "YEE" and shows a little picture of "YEE". Its really funny when played at the right time. ;) Version 1.1: Removed controls and upped music volume.
Extension Basic Information
Name | YEE Extension |
ID | fdehphjgknbbfmaopdnhciplgjfifjkc |
Official URL | https://chromewebstore.google.com/detail/yee-extension/fdehphjgknbbfmaopdnhciplgjfifjkc |
Description | When you click the button it goes YEE! |
File Size | 409 KB |
Installation Count | 4,000 |
Current Version | 1.1 |
Last Updated | 2015-10-29 |
Publish Date | 2015-10-29 |
Rating | 4.92/5 Total 51 Ratings |
Developer | MultiLagio |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YEE Extension", "description": "When you click the button it goes YEE!", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "yee.html" }, "permissions": [ "activeTab" ] } |