WeenieMe

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

WeenieMeคืออะไร?

WeenieMe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mwvanmeurs และคุณลักษณะหลักของมันคือ "Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WeenieMe

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
        }
    ]
}