Aliexpress without ads

This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.

Aliexpress without ads là gì?

Aliexpress without ads là một tiện ích mở rộng Chrome được phát triển bởi https://namata.ru, và tính năng chính của nó là "This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Aliexpress without ads

Tải xuống các tệp mở rộng Aliexpress without ads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Aliexpress without ads Aliexpress without ads
ID kggiiheapofdgaofflggghdblfdlleeg
URL Chính Thức https://chromewebstore.google.com/detail/aliexpress-without-ads/kggiiheapofdgaofflggghdblfdlleeg
Mô tả This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.
Kích Thước Tệp 253 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-04-15
Ngày Phát Hành 2020-04-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://namata.ru
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://namata.ru/extensions/alinoads
URL Trang Trợ Giúp http://namata.ru/support/thanksforinstall
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aliexpress without ads",
    "description": "This extension removes ads from the Aliexpress website. Promotional offers are removed from the search pages.",
    "version": "1.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*"
    ]
}