Wee Woo

You need more wee woo in your life.

What is Wee Woo?

Wee Woo is a Chrome extension developed by leahxraexcar, and its main feature is "You need more wee woo in your life.".

Extension Screenshots

screenshot

Download Wee Woo Extension CRX File

Download Wee Woo 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

                        Replaces the word 'ambulance' to better represent what they are. They are wee woos.                    

Extension Basic Information

Name Wee Woo Wee Woo
ID bjembamamfkomnnegenkdiikpgphelac
Official URL https://chromewebstore.google.com/detail/wee-woo/bjembamamfkomnnegenkdiikpgphelac
Description You need more wee woo in your life.
File Size 3.51 KB
Installation Count 17
Current Version 0.1
Last Updated 2016-03-13
Publish Date 2016-03-13
Rating 5.00/5 Total 3 Ratings
Developer leahxraexcar
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wee Woo",
    "description": "You need more wee woo in your life.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}