Yandex.Market Adviser

Find the best deals and save money

What is Yandex.Market Adviser?

Yandex.Market Adviser is a Chrome extension developed by https://yandex.ru, and its main feature is "Find the best deals and save money".

Extension Screenshots

screenshot
screenshot
screenshot

Download Yandex.Market Adviser Extension CRX File

Download Yandex.Market Adviser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Советник замечает, когда вы открываете страницы определённых товаров и услуг. В такие моменты он начинает искать их в интернете, выбирает предложения с меньшей ценой и тут же показывает их вам.

Вы можете и сами обратиться за помощью к Советнику, нажав кнопку с изображением корзины справа от адресной строки.

Советник можно установить в Яндекс.Браузер, Google Chrome, Mozilla Firefox и Opera.                    

Extension Basic Information

Name Yandex.Market Adviser Yandex.Market Adviser
ID ppiaojpbclpegkkkmikabinlpbahhbha
Official URL https://chromewebstore.google.com/detail/yandexmarket-adviser/ppiaojpbclpegkkkmikabinlpbahhbha
Description Find the best deals and save money
File Size 761 KB
Installation Count 79,021
Current Version 3.3.15.0
Last Updated 2024-02-28
Publish Date 2020-07-02
Rating 2.95/5 Total 215 Ratings
Developer https://yandex.ru
Email [email protected]
Payment Type free
Extension Website https://sovetnik.yandex.ru
Help Page URL https://yandex.ru/support/market/personal-services/sovetnik.xml
Privacy Policy Page URL https://yandex.ru/legal/confidential?lang=ru
Supported Languages en,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "author": "\u041e\u041e\u041e \u00ab\u042f\u043d\u0434\u0435\u043a\u0441.\u041c\u0430\u0440\u043a\u0435\u0442\u00bb",
    "description": "__MSG_extDescription__",
    "version": "3.3.15.0",
    "manifest_version": 3,
    "default_locale": "ru",
    "icons": {
        "64": "64.png",
        "32": "32.png",
        "48": "48.png",
        "16": "16.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "script\/background.min.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "script\/content.min.js",
                "script\/bundle.js"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        }
    },
    "permissions": [
        "tabs",
        "cookies",
        "notifications",
        "webNavigation",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "options_page": "options.html"
}