My Aliexpress

Плагин удобной навигации по сайту Aliexpress. Теперь совершать покупки на Aliexpress намного удобне.

What is My Aliexpress?

My Aliexpress is a Chrome extension developed by Lionline, and its main feature is "Плагин удобной навигации по сайту Aliexpress. Теперь совершать покупки на Aliexpress намного удобне.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download My Aliexpress Extension CRX File

Download My Aliexpress 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 Basic Information

Name My Aliexpress My Aliexpress
ID ggkcjfibjnljijdnjcffclfilmndhbdb
Official URL https://chromewebstore.google.com/detail/my-aliexpress/ggkcjfibjnljijdnjcffclfilmndhbdb
Description Плагин удобной навигации по сайту Aliexpress. Теперь совершать покупки на Aliexpress намного удобне.
File Size 192 KB
Installation Count 19
Current Version 1.0.5
Last Updated 2016-09-10
Publish Date 2016-09-10
Developer Lionline
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "browser_action": {
        "default_icon": "19x19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scrypt.js",
                "jquery.min.js",
                "jquery.qtip.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.ok.ru\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "128x128.png",
        "48": "48x48.png",
        "16": "16x16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_chrome_extension_name__",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "__MSG_chrome_extension_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5",
    "web_accessible_resources": [
        "scrypt.js",
        "jquery.min.js",
        "jquery.qtip.js"
    ]
}