SSL to TLS
Replaces the text 'SSL' with 'TLS'.
SSL to TLS क्या है?
SSL to TLS TLS Builders द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'SSL' with 'TLS'."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SSL to TLS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you tired of everyone saying "Secure with SSL!" on the Internet? So are we! With this handy extension, now you too can tune out all the ill informed websites! No more Secure Socket Layer! Hello Transport Layer Security!
एक्सटेंशन की मूल जानकारी
नाम | SSL to TLS |
ID | ihonobiipipkjdeodacdamhkjobamdam |
आधिकारिक URL | https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam |
विवरण | Replaces the text 'SSL' with 'TLS'. |
फ़ाइल का आकार | 3.51 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2015-12-17 |
प्रकाशन तिथि | 2015-12-17 |
रेटिंग | 4.40/5 कुल 5 रेटिंग्स |
डेवलपर | TLS Builders |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.tls.builders |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SSL to TLS", "version": "1.1", "description": "Replaces the text 'SSL' with 'TLS'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |