WeenieMe

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

WeenieMe là gì?

WeenieMe là một tiện ích mở rộng Chrome được phát triển bởi mwvanmeurs, và tính năng chính của nó là "Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WeenieMe

Tải xuống các tệp mở rộng WeenieMe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WeenieMe WeenieMe
ID kkaloeemimggiofacanhfmhcemaiolkf
URL Chính Thức https://chrome.google.com/webstore/detail/weenieme/kkaloeemimggiofacanhfmhcemaiolkf
Mô tả Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 247
Phiên Bản Hiện Tại 0.0.11
Cập Nhật Lần Cuối 2015-09-25
Ngày Phát Hành 2015-09-25
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển mwvanmeurs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}