Profile Verifier
Helps you not fall in trouble on the Internet.
Profile Verifier क्या है?
Profile Verifier Visa do Brasil द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you not fall in trouble on the Internet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Profile Verifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Download the Profile Verifier plug-in and spot fake profiles on social networks. There are lots of people who pretend to be what they are not on social networks. But now, before beginning a new friendship on the internet, you can check if the person is trustworthy or not. Based on the profile’s image, number of updates, friends and comments, date of registration, and other data, Visa’s plug-in warns against the possibility of profiles that might be fake. Verified by Visa. More safety on the internet.
एक्सटेंशन की मूल जानकारी
नाम | Profile Verifier |
ID | kljcegmlkocjbjcomfgckijaldgbemdb |
आधिकारिक URL | https://chromewebstore.google.com/detail/profile-verifier/kljcegmlkocjbjcomfgckijaldgbemdb |
विवरण | Helps you not fall in trouble on the Internet. |
फ़ाइल का आकार | 332 KB |
स्थापना संख्या | 72 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2013-04-30 |
प्रकाशन तिथि | 2013-04-30 |
रेटिंग | 3.80/5 कुल 5 रेटिंग्स |
डेवलपर | Visa do Brasil |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.visa.com.br/go/principal.aspx |
समर्थित भाषाएँ | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "Analisar o perfil selecionado", "icons": [ "icon.png", "icon2.png" ], "default_icon": "icon2.png", "default_popup": "popup.html" }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "permissions": [ "tabs", "https:\/\/www.google.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google.com\/searchbyimage chrome-extension:\/\/; object-src 'self'", "content_scripts": [ { "js": [ "jquery.min.js", "content.js" ], "matches": [ "https:\/\/www.facebook.com\/*", "http:\/\/www.facebook.com\/*" ] }, { "matches": [ "https:\/\/www.parperfeito.com.br\/*", "http:\/\/www.parperfeito.com.br\/*" ], "js": [ "jquery.min.js", "contentPP.js" ] } ], "manifest_version": 2 } |