Exinfo - analyzer exchangers
Checks for the exchanger in a black or white list, and displays additional information about them.
Vad är Exinfo - analyzer exchangers?
Exinfo - analyzer exchangers är en Chrome-tillägg utvecklad av https://kurses.com.ua, och dess huvudfunktion är "Checks for the exchanger in a black or white list, and displays additional information about them.".
Tilläggsskärmbilder
Ladda ner Exinfo - analyzer exchangers-förlängningens CRX-fil
Ladda ner Exinfo - analyzer exchangers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Exinfo - analyzer exchangers |
ID | cejgjemadojcfahcbeddhaijcafjkfkc |
Officiell webbadress | https://chromewebstore.google.com/detail/exinfo-analyzer-exchanger/cejgjemadojcfahcbeddhaijcafjkfkc |
Beskrivning | Checks for the exchanger in a black or white list, and displays additional information about them. |
Filstorlek | 88.16 KB |
Antal Installationer | 504 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2019-02-04 |
Publiceringsdatum | 2019-02-03 |
Betyg | 4.37/5 Totalt 19 Betyg |
Utvecklare | https://kurses.com.ua |
Betalningssätt | free |
Tilläggswebbplats | http://kurses.com.ua |
Hjälpsida URL | http://kurses.com.ua/extensions/chrome |
URL till Sekretesspolicy Sidan | http://kurses.com.ua/privacy-policy |
Stödda Språk | 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\/*" ] } |