WeenieMe

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

Co je WeenieMe?

WeenieMe je rozšíření Chrome vyvinuté mwvanmeurs, a jeho hlavní funkcí je „Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření WeenieMe

Stáhněte si soubory rozšíření WeenieMe ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název WeenieMe WeenieMe
ID kkaloeemimggiofacanhfmhcemaiolkf
Oficiální URL https://chrome.google.com/webstore/detail/weenieme/kkaloeemimggiofacanhfmhcemaiolkf
Popis Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog
Velikost souboru 107 KB
Počet instalací 247
Aktuální Verze 0.0.11
Poslední Aktualizace 2015-09-25
Datum Vydání 2015-09-25
Hodnocení 3.25/5 Celkem 4 Hodnocení
Vývojář mwvanmeurs
Typ Platby free
Podporované Jazyky 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
        }
    ]
}