Exinfo - analyzer exchangers
Checks for the exchanger in a black or white list, and displays additional information about them.
Exinfo - analyzer exchangers क्या है?
Exinfo - analyzer exchangers https://kurses.com.ua द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks for the exchanger in a black or white list, and displays additional information about them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Exinfo - analyzer exchangers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
After installing extension in the browser and after site page was loaded it checks and, if the exchanger, is in the white list that displays a summary of it, and if the site is on the blacklist that will display a warning message. For ease of use, the icon of the extension buttons varies depending on whether the site in white (green icon) or black (red icon) list.
एक्सटेंशन की मूल जानकारी
नाम | Exinfo - analyzer exchangers |
ID | cejgjemadojcfahcbeddhaijcafjkfkc |
आधिकारिक URL | https://chromewebstore.google.com/detail/exinfo-analyzer-exchanger/cejgjemadojcfahcbeddhaijcafjkfkc |
विवरण | Checks for the exchanger in a black or white list, and displays additional information about them. |
फ़ाइल का आकार | 88.16 KB |
स्थापना संख्या | 504 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2019-02-04 |
प्रकाशन तिथि | 2019-02-03 |
रेटिंग | 4.37/5 कुल 19 रेटिंग्स |
डेवलपर | https://kurses.com.ua |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://kurses.com.ua |
सहायता पृष्ठ URL | http://kurses.com.ua/extensions/chrome |
गोपनीयता नीति पृष्ठ URL | http://kurses.com.ua/privacy-policy |
समर्थित भाषाएँ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.2", "short_name": "Exinfo", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "ru", "icons": { "16": "images\/icons\/16.png", "48": "images\/icons\/48.png", "128": "images\/icons\/128.png" }, "browser_action": { "default_icon": { "19": "images\/buttons\/19\/default.png", "38": "images\/buttons\/38\/default.png" }, "default_title": "__MSG_defaultTitle__" }, "background": { "scripts": [ "scripts\/index.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/check.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "https:\/\/api.kurses.com.ua\/*" ] } |