Big Ass Bag Shopping

A place to save some of your favorite online finds

What is Big Ass Bag Shopping?

Big Ass Bag Shopping is a Chrome extension developed by https://shoppingbab.com, and its main feature is "A place to save some of your favorite online finds".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Big Ass Bag Shopping Extension CRX File

Download Big Ass Bag Shopping 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

                        Say goodbye to overwhelming and chaotic online browsing. Close those 20 browser tabs - with Bab, now you can have items from hundreds of online shopping carts all in one place.

Bab can help you:
	•	Cultivate a look
	•	Stick to a budget
	•	Curate a collection
	•	Plan a party
	•	Create a wishlist or registry
	•	Collaborate on a cart
Features include:
	•	create multiple Bab bags for all your online shopping needs
	•	view item price, description, and store from Bab
	•	click on each product link to quickly navigate to the store
	•	share your Bab through text, email, or social media, with real time updates
Bab is currently in beta and rolling out updates regularly, including adding more online retailers. Look for updated features soon and feel free to send suggestions to [email protected]. Thank you for being a part of our journey!                    

Extension Basic Information

Name Big Ass Bag Shopping Big Ass Bag Shopping
ID ojiocbegdpihmlfmdkphmoafmppkfoka
Official URL https://chromewebstore.google.com/detail/big-ass-bag-shopping/ojiocbegdpihmlfmdkphmoafmppkfoka
Description A place to save some of your favorite online finds
File Size 1.65 MB
Installation Count 99
Current Version 3.0.51
Last Updated 2024-03-04
Publish Date 2022-07-16
Rating 5.00/5 Total 7 Ratings
Developer https://shoppingbab.com
Email [email protected]
Payment Type free
Extension Website https://www.shoppingbab.com
Help Page URL https://www.shoppingbab.com/faqs-2
Privacy Policy Page URL https://bigassbag.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Big Ass Bag Shopping",
    "version": "3.0.51",
    "manifest_version": 3,
    "description": "A place to save some of your favorite online finds",
    "homepage_url": "https:\/\/www.shoppingbab.com",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.min.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon.png"
        },
        "default_title": "Big Ass Bag",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsa1uPOm6EDZCwwKswEON92mpIVVRWWv3oq8EiyPiF2g\/9vv3gYdyPjY+KufSwZDfBtfnMJGRjdZsR80ZTFqH7lReTfPFh5f2fi2uJuXWReLLjz4cJZEZn4toJgfaEoAiTDs4MLOUr7MA8SIMZmZr4e2ZPh3RWJNtn367gEx\/DiYCqJKSoIV20Yj53LVkZkWttfRBf52OVUUWTyxJkT6PYtMvib93SmWGqLu\/AHlPARVq6Jv4kSamXfmYwAyFlvhpSPUa27wf7ls23M7oueWWpvqJdot43Ouj7MSqUkHqRu+HmHVy2hAO5gmJdlVcA1kLcme+iMYLhjcLWXe0k40GAQIDAQAB"
}