ALIENG

Automatically switch the language of the Aliexpress site to English

Hvad er ALIENG?

ALIENG er en Chrome-udvidelse udviklet af https://pedanto.com, og dens hovedfunktion er "Automatically switch the language of the Aliexpress site to English".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ALIENG-udvidelses-CRX-fil

Download ALIENG-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        AliENG - The plugin automatically switches the language of the Aliexpress site to English (on the product pages). In this case, you stay on the same page and you do not have nothing to press.

The AliENG plugin is designed for those who are comfortable with viewing the Aliexpress website in English.

AliENG - Плагин переключает язык сайта Aliexpress на Английский в автоматическом режиме. При этом сохраняет ранее открытую страницу. Очень удобен если вы переходите на товар по ссылкам из интернета.                    

Grundlæggende oplysninger om udvidelsen

Navn ALIENG ALIENG
ID iheckgdalcgijkcgcdfcpifpphodepnn
Officiel URL https://chromewebstore.google.com/detail/alieng/iheckgdalcgijkcgcdfcpifpphodepnn
Beskrivelse Automatically switch the language of the Aliexpress site to English
Filstørrelse 618 KB
Antal Installationer 830
Nuværende Version 1.0.18
Senest Opdateret 2020-10-21
Udgivelsesdato 2020-05-26
Bedømmelse 3.08/5 Samlet 64 Bedømmelser
Udvikler https://pedanto.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://pedanto.com/news/alieng-brauzernyj-plagin-prizvannyj-navsegda-sdelat-aliexpress-anglijskim.html
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ALIENG",
    "version": "1.0.18",
    "description": "Automatically switch the language of the Aliexpress site to English",
    "short_name": "ALIENG - Aliexpress is always in English",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "ALIENG",
        "default_icon": "img\/icon_16.png",
        "default_popup": "popup.html"
    }
}