Exinfo - analyzer exchangers

Checks for the exchanger in a black or white list, and displays additional information about them.

Co je Exinfo - analyzer exchangers?

Exinfo - analyzer exchangers je rozšíření Chrome vyvinuté https://kurses.com.ua, a jeho hlavní funkcí je „Checks for the exchanger in a black or white list, and displays additional information about them.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Exinfo - analyzer exchangers

Stáhněte si soubory rozšíření Exinfo - analyzer exchangers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Exinfo - analyzer exchangers Exinfo - analyzer exchangers
ID cejgjemadojcfahcbeddhaijcafjkfkc
Oficiální URL https://chromewebstore.google.com/detail/exinfo-analyzer-exchanger/cejgjemadojcfahcbeddhaijcafjkfkc
Popis Checks for the exchanger in a black or white list, and displays additional information about them.
Velikost souboru 88.16 KB
Počet instalací 504
Aktuální Verze 1.0.2
Poslední Aktualizace 2019-02-04
Datum Vydání 2019-02-03
Hodnocení 4.37/5 Celkem 19 Hodnocení
Vývojář https://kurses.com.ua
Typ Platby free
Webové stránky Rozšíření http://kurses.com.ua
URL Stránky Nápovědy http://kurses.com.ua/extensions/chrome
URL Stránky Zásad Ochrany Soukromí http://kurses.com.ua/privacy-policy
Podporované Jazyky 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\/*"
    ]
}