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