Grammar-Nazi Sniper

Know a grammar Nazi? Well make them look like a silly billy with this.

Τι είναι το Grammar-Nazi Sniper;

Το Grammar-Nazi Sniper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jamhead, και η κύρια λειτουργία του είναι "Know a grammar Nazi? Well make them look like a silly billy with this.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Grammar-Nazi Sniper

Λήψη αρχείων επέκτασης Grammar-Nazi Sniper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This really simple extension just changes the text on webpages so that there will be appear to be grammar errors.

Prank Grammar Nazis into thinking someone has made typos by installing this on their computer. It will drive them mad as they correct peoples "mistakes", and then refresh the page to see there never was a mistake!

At the moment it's set to a 30% chance of doing a change on any of the following words:

They're
There
Their

Your
You're

Its
It's

This application is meant as a joke, don't use it on people who can't take a joke or if the joke is inappropriate. I've actually left it on my computer and forgot about it, only to send an email pointing out someone's grammar mistakes... Oh what a fool I am!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Grammar-Nazi Sniper Grammar-Nazi Sniper
ID jfmcccckobkegdpemjgekhbcnjemdaed
Επίσημο URL https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed
Περιγραφή Know a grammar Nazi? Well make them look like a silly billy with this.
Μέγεθος Αρχείου 82.75 KB
Αριθμός Εγκαταστάσεων 105
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2016-12-09
Ημερομηνία Δημοσίευσης 2016-12-09
Αξιολόγηση 2.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Jamhead
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grammar-Nazi Sniper",
    "description": "Know a grammar Nazi? Well make them look like a silly billy with this.",
    "version": "1.0.4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "textChanger.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}