WeenieMe

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

Vad är WeenieMe?

WeenieMe är en Chrome-tillägg utvecklad av mwvanmeurs, och dess huvudfunktion är "Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner WeenieMe-förlängningens CRX-fil

Ladda ner WeenieMe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn WeenieMe WeenieMe
ID kkaloeemimggiofacanhfmhcemaiolkf
Officiell webbadress https://chrome.google.com/webstore/detail/weenieme/kkaloeemimggiofacanhfmhcemaiolkf
Beskrivning Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog
Filstorlek 107 KB
Antal Installationer 247
Aktuell Version 0.0.11
Senast Uppdaterad 2015-09-25
Publiceringsdatum 2015-09-25
Betyg 3.25/5 Totalt 4 Betyg
Utvecklare mwvanmeurs
Betalningssätt free
Stödda Språk 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
        }
    ]
}