Cryptocurrency website anti phishing
Verify Cryptocurrency exchange, wallet and protect users against phishing attacks
Cryptocurrency website anti phishing क्या है?
Cryptocurrency website anti phishing Arman Feyzi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Verify Cryptocurrency exchange, wallet and protect users against phishing attacks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cryptocurrency website anti phishing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This chrome extension has been developed in order to protect the users from phishing attacks on cryptocurrency websites. for example, if the user wants to browse a Binance website or Bittrex or ..., if URL is correct, This extension will notify the user mainly by sending a notification or turning the extension icon to green which indicates that the website is safe. This extension is available as an open source and free project. Github: https://github.com/ArmanFeyzi/crypto-anti-phishing Donate: BTC: 325HhrjquHv1NymUrrMSc8cnH2U8V139hT Tippin: https://tippin.me/@ArmanFeyzi
एक्सटेंशन की मूल जानकारी
नाम | Cryptocurrency website anti phishing |
ID | gemckbcnhjhpkieinkcpdeemgjidlmfn |
आधिकारिक URL | https://chromewebstore.google.com/detail/cryptocurrency-website-an/gemckbcnhjhpkieinkcpdeemgjidlmfn |
विवरण | Verify Cryptocurrency exchange, wallet and protect users against phishing attacks |
फ़ाइल का आकार | 254 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 1.1.6 |
अंतिम अपडेट | 2019-04-28 |
प्रकाशन तिथि | 2019-04-28 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Arman Feyzi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/ArmanFeyzi/crypto-anti-phishing |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1.6", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "32": "images\/icon-32.png", "128": "images\/icon-128.png" }, "page_action": { "default_icon": { "32": "images\/icon-32.png", "128": "images\/icon-128.png" }, "default_title": "Crypto Verifer", "default_popup": "popup.html" }, "default_locale": "en", "options_page": "options.html", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "notifications", "storage" ] } |