Amazon Easy (easysell.in)

Checks URL and redirects as required.

What is Amazon Easy (easysell.in)?

Amazon Easy (easysell.in) is a Chrome extension developed by easysell.in, and its main feature is "Checks URL and redirects as required.".

Extension Screenshots

screenshot

Download Amazon Easy (easysell.in) Extension CRX File

Download Amazon Easy (easysell.in) 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

                        This extension is used for showing logout option to logout from store.                    

Extension Basic Information

Name Amazon Easy (easysell.in) Amazon Easy (easysell.in)
ID mgibdhnldfehgbbkfhdakpnpchmjbine
Official URL https://chromewebstore.google.com/detail/amazon-easy-easysellin/mgibdhnldfehgbbkfhdakpnpchmjbine
Description Checks URL and redirects as required.
File Size 73.8 KB
Installation Count 464
Current Version 2.0
Last Updated 2020-06-04
Publish Date 2020-06-04
Rating 1.00/5 Total 1 Ratings
Developer easysell.in
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Easy (easysell.in)",
    "version": "2.0",
    "description": "Checks URL and redirects as required.",
    "background": {
        "page": "bg.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.in\/*",
                "https:\/\/store.amazon.in\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "16.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}