ALIENG

Automatically switch the language of the Aliexpress site to English

Cos'è ALIENG?

ALIENG è un'estensione di Chrome sviluppata da https://pedanto.com, e la sua funzione principale è "Automatically switch the language of the Aliexpress site to English".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ALIENG

Scarica i file di estensione ALIENG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ALIENG ALIENG
ID iheckgdalcgijkcgcdfcpifpphodepnn
URL Ufficiale https://chromewebstore.google.com/detail/alieng/iheckgdalcgijkcgcdfcpifpphodepnn
Descrizione Automatically switch the language of the Aliexpress site to English
Dimensione del File 618 KB
Conteggio Installazioni 830
Versione Corrente 1.0.18
Ultimo Aggiornamento 2020-10-21
Data di Pubblicazione 2020-05-26
Valutazione 3.08/5 Totale 64 Valutazioni
Sviluppatore https://pedanto.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://pedanto.com/news/alieng-brauzernyj-plagin-prizvannyj-navsegda-sdelat-aliexpress-anglijskim.html
Lingue Supportate 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"
    }
}