ALIENG

Automatically switch the language of the Aliexpress site to English

Qu'est-ce que ALIENG ?

ALIENG est une extension Chrome développée par https://pedanto.com, et sa fonction principale est "Automatically switch the language of the Aliexpress site to English".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ALIENG

Téléchargez les fichiers d'extension ALIENG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 на Английский в автоматическом режиме. При этом сохраняет ранее открытую страницу. Очень удобен если вы переходите на товар по ссылкам из интернета.                    

Informations de Base sur l'Extension

Nom ALIENG ALIENG
ID iheckgdalcgijkcgcdfcpifpphodepnn
URL Officiel https://chromewebstore.google.com/detail/alieng/iheckgdalcgijkcgcdfcpifpphodepnn
Description Automatically switch the language of the Aliexpress site to English
Taille du Fichier 618 KB
Nombre d'Installations 830
Version Actuelle 1.0.18
Dernière Mise à Jour 2020-10-21
Date de Publication 2020-05-26
Évaluation 3.08/5 Total 64 Évaluations
Développeur https://pedanto.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://pedanto.com/news/alieng-brauzernyj-plagin-prizvannyj-navsegda-sdelat-aliexpress-anglijskim.html
Langues Prises en Charge 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"
    }
}