Yandex Exit

Extension adds direct Yandex Mail Exit button.

What is Yandex Exit?

Yandex Exit is a Chrome extension developed by Pavel Zhuchkov, and its main feature is "Extension adds direct Yandex Mail Exit button.".

Extension Screenshots

screenshot

Download Yandex Exit Extension CRX File

Download Yandex Exit 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

                        Extension adds direct Yandex Mail Exit button.                    

Extension Basic Information

Name Yandex Exit Yandex Exit
ID nafadeakokliommofefpdjdipfklcdif
Official URL https://chromewebstore.google.com/detail/yandex-exit/nafadeakokliommofefpdjdipfklcdif
Description Extension adds direct Yandex Mail Exit button.
File Size 23.72 KB
Installation Count 139
Current Version 1.2.9
Last Updated 2015-06-19
Publish Date 2015-06-19
Rating 4.86/5 Total 7 Ratings
Developer Pavel Zhuchkov
Email [email protected]
Payment Type free
Supported Languages de,en,fr,tr,et,es,lv,lt,pl,ro,ru,uk,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortAppName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ru",
    "version": "1.2.9",
    "author": "__MSG_appAuthor__",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "*:\/\/*.yandex.ru\/*",
        "*:\/\/*.yandex.com\/*",
        "*:\/\/*.yandex.kz\/*",
        "*:\/\/*.yandex.ua\/*",
        "*:\/\/*.yandex.by\/*",
        "*:\/\/*.yandex.tr\/*"
    ]
}