Hansel

Buy Better With Hansel

What is Hansel?

Hansel is a Chrome extension developed by https://www.gethansel.com, and its main feature is "Buy Better With Hansel".

Extension Screenshots

screenshot

Download Hansel Extension CRX File

Download Hansel 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

                        Hansel saves you time and money by adding expert product reviews to your favorite online stores.

⭐     Automatically get top reviews from YouTube, Reddit, and blogs.

🛒.    Works on most major stores including Amazon, Walmart, and Target.

🎯     Find the right products faster with less effort.

By using this add-on, you agree to the Hansel Terms of Service available at https://www.gethansel.com/terms-of-service                    

Extension Basic Information

Name Hansel Hansel
ID fegnnoakaaeojeaoalgkcmdffmjpkogn
Official URL https://chromewebstore.google.com/detail/hansel/fegnnoakaaeojeaoalgkcmdffmjpkogn
Description Buy Better With Hansel
File Size 3.12 MB
Installation Count 90
Current Version 2.0.0.14
Last Updated 2022-05-05
Publish Date 2020-06-20
Rating 5.00/5 Total 35 Ratings
Developer https://www.gethansel.com
Email [email protected]
Payment Type free
Extension Website https://www.gethansel.com/shoppers
Help Page URL https://www.gethansel.com/shoppers
Privacy Policy Page URL https://www.gethansel.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Hansel",
    "name": "Hansel",
    "version": "2.0.0.14",
    "version_name": "2.0.0.14",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAubCh2ixHudpJX4Ey6LhIFc8KFWqNRAGozhW0Hjs3h50RqKph77UtylndGcGD3ZhU1b9Saszd+9hIOGsAwcYlXe3GgJQxUAzCfKiBnAZ5jK4F1\/Mt0chra6k6i6Y+FRFrSXUEDU0UDkHdq6DhFRZ6oLWeR26ZVUdXl\/CvdBPGgqIv+nIYO5mMlYxyCYqX0j3\/53XNnn+yoXyNcdNRLfTfoQac7Jqbc1uwiB+5x7EaXbOgH\/NOAh50Dyu47pkhZlZJcX5eqCw3igKrs6\/FGzBmLG3uTFyLVoeYdXEJg0Hb+IkWUltkzVVtZKEkz48AJYq0MvE5hJNlFRq9XNbQzEDqfQIDAQAB",
    "description": "Buy Better With Hansel",
    "icons": {
        "16": "\/assets\/hansel-ico.png",
        "48": "\/assets\/hansel-ico.png",
        "128": "\/assets\/hansel-ico.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Hansel",
        "default_icon": "\/assets\/hansel-ico.png",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:3001\/*",
            "https:\/\/console.gethansel.com\/*"
        ]
    },
    "web_accessible_resources": [
        "assets\/*.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "banner.js"
            ]
        }
    ]
}