Wee Woo

You need more wee woo in your life.

什麼是Wee Woo?

Wee Woo是由leahxraexcar開發的Chrome擴展程式,該擴展的主要功能是“You need more wee woo in your life.”。

擴展截圖

screenshot

下載Wee Woo擴展crx文件

下載Wee Woo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Wee Woo Wee Woo
ID bjembamamfkomnnegenkdiikpgphelac
官方網址 https://chromewebstore.google.com/detail/wee-woo/bjembamamfkomnnegenkdiikpgphelac
簡介 You need more wee woo in your life.
檔案大小 3.51 KB
安裝次數 17
目前版本 0.1
更新時間 2016-03-13
上架時間 2016-03-13
評分 5.00/5 共 3 次評分
開發者 leahxraexcar
付費類型 free
支援的語言 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"
        }
    ]
}