WeenieMe

Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog

什麼是WeenieMe?

WeenieMe是由mwvanmeurs開發的Chrome擴展程式,該擴展的主要功能是“Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog”。

擴展截圖

screenshot
screenshot

下載WeenieMe擴展crx文件

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

擴展使用說明

                        WeenieMe is a simple extension used to play pranks on your friends, family or co-workers. All it does it swap random words on the page with the word “Weenie” and will replace certain images on the page with those of — you guessed it — a weenie. Sit back and observe the confusion on the victims face as the name “Kim Kardashian” may mysteriously become “Kim Weenie.”

If you got a kick out of this, get me a beer as a thanks! 
goo.gl/l1BZNG                    

擴展基本資訊

名稱 WeenieMe WeenieMe
ID kkaloeemimggiofacanhfmhcemaiolkf
官方網址 https://chrome.google.com/webstore/detail/weenieme/kkaloeemimggiofacanhfmhcemaiolkf
簡介 Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog
檔案大小 107 KB
安裝次數 247
目前版本 0.0.11
更新時間 2015-09-25
上架時間 2015-09-25
評分 3.25/5 共 4 次評分
開發者 mwvanmeurs
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.11",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/weenie1.jpg",
        "128": "images\/weenie4.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "images\/*",
        "\/images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}