Nitro Type World Wide Chat
Easily chat on Nitro Type, without having to switch tabs back and forth.
Nitro Type World Wide Chat क्या है?
Nitro Type World Wide Chat Ginfio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily chat on Nitro Type, without having to switch tabs back and forth."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Nitro Type World Wide Chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This chat (NTWWC) will make it easy to chat on Nitro Type. On the new version 5, you now can add your own chat as well. Version 5 features: - Add up to 3 chats of your own. - Delete the chats you added - Compact "chat" button
एक्सटेंशन की मूल जानकारी
नाम | Nitro Type World Wide Chat |
ID | cbkegjgbfojkogchphepaeheghifceam |
आधिकारिक URL | https://chromewebstore.google.com/detail/nitro-type-world-wide-cha/cbkegjgbfojkogchphepaeheghifceam |
विवरण | Easily chat on Nitro Type, without having to switch tabs back and forth. |
फ़ाइल का आकार | 11.42 KB |
स्थापना संख्या | 1,227 |
वर्तमान संस्करण | 5.2.1 |
अंतिम अपडेट | 2022-01-10 |
प्रकाशन तिथि | 2021-06-09 |
रेटिंग | 3.00/5 कुल 14 रेटिंग्स |
डेवलपर | Ginfio |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.ginfio.com/info/NTWWC |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nitro Type World Wide Chat", "description": "Easily chat on Nitro Type, without having to switch tabs back and forth.", "version": "5.2.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.nitrotype.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "icons": { "16": "16by16.png", "48": "48by48.png", "32": "32by32.png" }, "action": { "default_popup": "popup.html" } } |