TipTop

Easily find the leading products of each category in Amazon

What is TipTop?

TipTop is a Chrome extension developed by ProfileWhiz, and its main feature is "Easily find the leading products of each category in Amazon".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TipTop Extension CRX File

Download TipTop 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 makes Amazon shopping much easier by listing a product rank within the different categories and the top products within that category right where you need it.                    

Extension Basic Information

Name TipTop TipTop
ID figjcpfnefjodljlppbddicbeibdlmkj
Official URL https://chromewebstore.google.com/detail/tiptop/figjcpfnefjodljlppbddicbeibdlmkj
Description Easily find the leading products of each category in Amazon
File Size 22.88 KB
Installation Count 35
Current Version 0.0.3
Last Updated 2022-03-24
Publish Date 2022-03-23
Rating 5.00/5 Total 1 Ratings
Developer ProfileWhiz
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TipTop",
    "description": "Easily find the leading products of each category in Amazon",
    "version": "0.0.3",
    "version_name": "0.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "permissions": [],
    "icons": {
        "128": "assets\/img\/tiptop-logo.jpeg"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}