Ad-Free AliExpress — Free AD Blocker and EVA

Blocks ads and the EVA assistant on aliexpress.com, speeds up the site and ensures the confidentiality of your data.

Τι είναι το Ad-Free AliExpress — Free AD Blocker and EVA;

Το Ad-Free AliExpress — Free AD Blocker and EVA είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AliAdBlock Technologies, και η κύρια λειτουργία του είναι "Blocks ads and the EVA assistant on aliexpress.com, speeds up the site and ensures the confidentiality of your data.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ad-Free AliExpress — Free AD Blocker and EVA

Λήψη αρχείων επέκτασης Ad-Free AliExpress — Free AD Blocker and EVA σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        'Ad-Free AliExpress' is a smart and modern ad blocker and EVA assistant on Ali and facebook™.

Our extension blocks pop-ups, banners, false sales and pseudo-discounts from dishonest sellers. There is one more advantage of our extension, which is to block the annoying and useless EVA assistant. Every time you close the EVA bot, it still pops up when you go to the next page. Our extension blocks the launch of the Eva assistant, thereby speeding up the work of the AliExpress™ website and making its use faster, safer and more convenient.

Download the extension and completely secure your stay on the website of the online store. The extension protects your browser from malware and does not allow advertisers such as Mail.Ru and Yandex, view your search history and personal personal data.

The extension for Chrome works in automatic mode. Just click "Add to Chrome", and then go to the site and make sure-there are no more ads and EVA assistant! In the settings, you can allow viewing ads, unblock the EVA assistant, or block all ads by default.

We will be happy to answer your questions: [email protected]                    

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

Όνομα Ad-Free AliExpress — Free AD Blocker and EVA Ad-Free AliExpress — Free AD Blocker and EVA
ID kllfbjabohflpdacjglpcjelkfnfapnc
Επίσημο URL https://chromewebstore.google.com/detail/ad-free-aliexpress-блокир/kllfbjabohflpdacjglpcjelkfnfapnc?hl=en
Περιγραφή Blocks ads and the EVA assistant on aliexpress.com, speeds up the site and ensures the confidentiality of your data.
Μέγεθος Αρχείου 59.94 KB
Αριθμός Εγκαταστάσεων 109
Τρέχουσα Έκδοση 0.0.5
Τελευταία Ενημέρωση 2021-07-29
Ημερομηνία Δημοσίευσης 2021-07-25
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής AliAdBlock Technologies
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://adsali.poqdev.com/info/privacy
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "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,
            "css": [
                "styles\/content_all.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "ru",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "256": "icons\/256.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "0.0.5"
}