AliExpress AdBlocker and Booster

Speed-up AliExpress website by removing annoying and excessive ads, user activity tracking, pop-ups, fake sales, etc. Blocks Eva.

Τι είναι το AliExpress AdBlocker and Booster;

Το AliExpress AdBlocker and Booster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AliAdBlocker Support, και η κύρια λειτουργία του είναι "Speed-up AliExpress website by removing annoying and excessive ads, user activity tracking, pop-ups, fake sales, etc. Blocks Eva.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AliExpress AdBlocker and Booster

Λήψη αρχείων επέκτασης AliExpress AdBlocker and Booster σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        AliExpress Eva Blocker and Booster

How to block Eva popup? Annoying chat bot keeps popping up in the lower right corner of your screen when in orders page. No matter how many times you click little arrow to minimize it, it still pops up when I go to the next page.

Now there is an easy way to remove it. The extension blocks annoying Eva helper and speeds-up AliExpress website by removing excessive ads, user activity tracking, pop-ups, fake sales, etc.

Now you know how to block Eva Helper on AliExpress.

Makes surfing AliExpress faster, safer and user friendly. AliExpress AdBlocker and Booster is an advanced and super-effective Adblocker for AliExpress and even more. It also blocks annoying AliExpress banners on all websites.

It speeds-up aliexpress.com website so you could surf and enjoy it with no lags, long loadings and glitches. Extension protects your private data from tracking and sending to Yandex, Mail.ru and others, thus keeping your privacy safe. 

We remove pop-up ads, annoying banners, fake sales and fake discounts by dishonest sellers in order you could buy all products by fare price.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AliExpress AdBlocker and Booster AliExpress AdBlocker and Booster
ID igglenedmncanahjcheogpcagkealeid
Επίσημο URL https://chromewebstore.google.com/detail/aliexpress-adblocker-and/igglenedmncanahjcheogpcagkealeid
Περιγραφή Speed-up AliExpress website by removing annoying and excessive ads, user activity tracking, pop-ups, fake sales, etc. Blocks Eva.
Μέγεθος Αρχείου 119 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 0.3.11
Τελευταία Ενημέρωση 2024-02-01
Ημερομηνία Δημοσίευσης 2021-02-03
Αξιολόγηση 3.79/5 Συνολικά 28 Αξιολογήσεις
Προγραμματιστής AliAdBlocker Support
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/aliexpressadblockerandbooster
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "0.3.11",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alicdn.com\/*",
                "*:\/\/*.aliyuncs.com\/*",
                "*:\/\/*.vk.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.facebook.net\/*",
                "*:\/\/*.google-analytics.com\/*",
                "*:\/\/*.googletagmanager.com\/*",
                "*:\/\/*.yandex.ru\/*",
                "*:\/\/*.mail.ru\/*",
                "*:\/\/*.mmstat.com\/*",
                "*:\/\/fourier.taobao.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "content.js"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "styles\/content_all.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}