Secret Message Generator
Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.
Secret Message Generator क्या है?
Secret Message Generator https://secret-message.web.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Secret Message Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can enter a message, and it will give you an encrypted value and 3 numbers(keys). You can send those to someone, and it can be decrypted and read.
एक्सटेंशन की मूल जानकारी
नाम | Secret Message Generator |
ID | ipjelanlkjfnojofehmehngipjaljlbk |
आधिकारिक URL | https://chromewebstore.google.com/detail/secret-message-generator/ipjelanlkjfnojofehmehngipjaljlbk |
विवरण | Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it. |
फ़ाइल का आकार | 219 KB |
स्थापना संख्या | 100 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-10-12 |
प्रकाशन तिथि | 2021-03-15 |
डेवलपर | https://secret-message.web.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://secret-message.web.app/ |
सहायता पृष्ठ URL | https://secret-message.web.app |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Secret Message Generator", "description": "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" } } } |