Yesse filter Affiliate

Productos ganadores de yessenia gallardo

What is Yesse filter Affiliate?

Yesse filter Affiliate is a Chrome extension developed by jonpool94, and its main feature is "Productos ganadores de yessenia gallardo".

Extension Screenshots

screenshot

Download Yesse filter Affiliate Extension CRX File

Download Yesse filter Affiliate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Yesse filter Affiliate Yesse filter Affiliate
ID ljnncgnpcjnebjiohlogdffaddeddbbd
Official URL https://chromewebstore.google.com/detail/yesse-filter-affiliate/ljnncgnpcjnebjiohlogdffaddeddbbd
Description Productos ganadores de yessenia gallardo
File Size 50.64 KB
Installation Count 356
Current Version 1.0
Last Updated 2023-12-01
Publish Date 2023-12-01
Rating 5.00/5 Total 4 Ratings
Developer jonpool94
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}