AliExpress Infinite Scroll

Infinite Scroll for AliExpress.com - MyOrders page, Category Page, Search list page

AliExpress Infinite Scroll là gì?

AliExpress Infinite Scroll là một tiện ích mở rộng Chrome được phát triển bởi https://www.teta-solutions.com, và tính năng chính của nó là "Infinite Scroll for AliExpress.com - MyOrders page, Category Page, Search list page".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AliExpress Infinite Scroll

Tải xuống các tệp mở rộng AliExpress Infinite Scroll 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

                        AliExpress Infinite Scroll helps you to search for products that are of interest to you faster, without moving from page to page.

--> No more need for ''Next Page'' button <--

This extension work on MyOrders Page, Category Page, Search Products Page. 

You can turn off the extension by clicking on icon in Chrome Toolbar.

Fix:
24.08.2019 - Changes because the Aliexpress interface update. Fixed.
16.12.2019 - Some fixes on OrdersPage results and SearchPage results. Fixed. Lower the permissions for Chrome Extension. Permissions fix.                    

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

Tên AliExpress Infinite Scroll AliExpress Infinite Scroll
ID ldlhimcpmpgmmmcaehailceibljhkeln
URL Chính Thức https://chromewebstore.google.com/detail/aliexpress-infinite-scrol/ldlhimcpmpgmmmcaehailceibljhkeln
Mô tả Infinite Scroll for AliExpress.com - MyOrders page, Category Page, Search list page
Kích Thước Tệp 969 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2019-12-16
Ngày Phát Hành 2019-12-16
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.teta-solutions.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.toriox.dev/privacy-policy.php
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress Infinite Scroll",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Infinite Scroll for AliExpress.com - MyOrders page, Category Page, Search list page",
    "author": "Mladen Markovic",
    "background": {
        "scripts": [
            ".\/vendor\/jquery.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": ".\/assets\/logo\/icon16.png",
        "32": ".\/assets\/logo\/icon32.png",
        "48": ".\/assets\/logo\/icon48.png",
        "64": ".\/assets\/logo\/icon64.png",
        "128": ".\/assets\/logo\/icon128.png"
    },
    "browser_action": {
        "default_title": "AliExpress - Infinite Scroll",
        "default_icon": ".\/assets\/logo\/icon128.png",
        "default_popup": "popup.html",
        "scripts": "popup.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                ".\/vendor\/jquery.min.js",
                ".\/components\/aff.js",
                ".\/components\/basic.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/*.png",
        "\/*.gif",
        "\/options.html",
        "\/all_orders.html",
        ".\/popup.html",
        "*.*"
    ],
    "permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "storage"
    ]
}