WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Shop With Family - Hide All Prices

Shop With Family - Hide All Prices

View on Chrome Web Store
View Shop With Family - Hide All Prices Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Hides all the prices from top shopping websites so you can focus on product not the price.
Type
Extension
Users
231 users
1
sumityadav8181
View author page of sumityadav8181
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 1, 2019
Version 2.0.0
Manifest version
3
Updated
Updated on November 18, 2023
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Shop With Family - Hide All Prices Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shop With Family - Hide All Prices",
    "short_name": "Shop With Family",
    "version": "2.0.0",
    "author": "Sumit Kumar Yadav",
    "description": "Hides all the prices from top shopping websites so you can focus on product not the price.",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "action": {
        "default_icon": "on.png",
        "default_title": "icon"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.flipkart.com\/*",
                "https:\/\/www.myntra.com\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.ebay.com\/*",
                "https:\/\/www.snapdeal.com\/*",
                "https:\/\/www.jabong.com\/*",
                "https:\/\/www.homeshop18.com\/*",
                "https:\/\/www.infibeam.com\/*",
                "https:\/\/www.shopclues.com\/*",
                "https:\/\/www.firstcry.com\/*",
                "https:\/\/www.walmart.com\/*",
                "https:\/\/www.etsy.com\/*",
                "https:\/\/www.homedepot.com\/*",
                "https:\/\/www.target.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/www.nike.com\/*",
                "https:\/\/www.nike.ca\/*",
                "https:\/\/www.ralphlauren.global\/*",
                "https:\/\/www.ralphlauren.ca\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/searchStyles.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top