Grammar-Nazi Sniper
Know a grammar Nazi? Well make them look like a silly billy with this.
Grammar-Nazi Sniper क्या है?
Grammar-Nazi Sniper Jamhead द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Know a grammar Nazi? Well make them look like a silly billy with this."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Grammar-Nazi Sniper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |