Yesse filter Affiliate

Productos ganadores de yessenia gallardo

Yesse filter Affiliate là gì?

Yesse filter Affiliate là một tiện ích mở rộng Chrome được phát triển bởi jonpool94, và tính năng chính của nó là "Productos ganadores de yessenia gallardo".

Ả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 Yesse filter Affiliate

Tải xuống các tệp mở rộng Yesse filter Affiliate 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

                        Yesse Filter Affiliate es una extensión de Chrome que te ayuda a encontrar los productos ganadores en Hotmart. Con ella, podrás filtrar los productos por una serie de criterios, como el precio, las comisiones, las ventas mensuales, las reseñas de los clientes, etc.                    

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

Tên Yesse filter Affiliate Yesse filter Affiliate
ID ljnncgnpcjnebjiohlogdffaddeddbbd
URL Chính Thức https://chromewebstore.google.com/detail/yesse-filter-affiliate/ljnncgnpcjnebjiohlogdffaddeddbbd
Mô tả Productos ganadores de yessenia gallardo
Kích Thước Tệp 50.64 KB
Số Lần Cài Đặt 356
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-12-01
Ngày Phát Hành 2023-12-01
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển jonpool94
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yesse filter Affiliate",
    "description": "Productos ganadores de yessenia gallardo",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.hotmart.com\/market\/*"
            ],
            "js": [
                "js\/hotmartscript.js",
                "js\/FiltrosHotmart.js",
                "js\/bootstrap.min.js",
                "js\/popper.min.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app.hotmart.com\/market\/*"
    ]
}