It's Video Games
Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
It's Video Games क्या है?
It's Video Games Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'videogames' with 'video games' the way the author no doubt intended."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में It's Video Games एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
We all know 'video games' is properly spelled as two words. Some people just accidentally write it as if it's a compound word. This extension simply corrects that mistake for them, sparing you any uncomfortable discussions with your favorite web authors.
एक्सटेंशन की मूल जानकारी
नाम | It's Video Games |
ID | bpljcfihdpogcmgmpboahejajkffhnfo |
आधिकारिक URL | https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo |
विवरण | Replaces the text 'videogames' with 'video games' the way the author no doubt intended. |
फ़ाइल का आकार | 8.29 KB |
स्थापना संख्या | 80 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2014-07-15 |
प्रकाशन तिथि | 2014-07-14 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tabacco/its-video-games |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "It's Video Games", "version": "1.0.1", "description": "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |