WeenieMe

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

WeenieMe क्या है?

WeenieMe mwvanmeurs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WeenieMe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}