Whirlwind

Shop socially conscious, sustainable, and cruelty-free on your favorite e-commerce sites and use your $$ to support your values!

Whirlwind क्या है?

Whirlwind Whirlwind द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shop socially conscious, sustainable, and cruelty-free on your favorite e-commerce sites and use your $$ to support your values!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Whirlwind एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Three clicks to a better world!
Whirlwind is the platform that gives you the power to build the future you want by empowering communities of impact shoppers all over the world. Just shop like you always do on the leading e-commerce websites, immediately see data on how the brand you are browsing impacts the world, and click buy to start changing the world. 
 
Whirlwind’s mission is to build an impact shopping movement that directs your shopping dollars toward businesses that are working to make real change in the world, and by default, away from those who don’t deserve them. Our broader vision is to build a platform that makes it easy to support social justice, environmental sustainability, animal welfare, non-toxic personal care products, gender equality, and any other causes that shoppers are passionate about. We need your help to get there!
 
Whirlwind makes it simple to shop with purpose by building a database of brands preferred by consumers who care about making the world a cleaner, kinder, and more equitable place. Is the brand you are looking at a B Corporation? Does it appear on the Leaping Bunny certified list? Is the company a black owned business? Can you think of another category?  
 
We want you to be part of the Whirlwind community and would love your feedback on how we are characterizing each brand. If you have input for us, please click the link on the extension popup and fill out a Google Form to let us know more information about a certain brand, or list of companies. Eventually we will build in the capability to easily share these lists, and forge stronger bonds with shoppers who have similar goals.                    

एक्सटेंशन की मूल जानकारी

नाम Whirlwind Whirlwind
ID pnlhimdfiackmhomjpgmahblihibeian
आधिकारिक URL https://chromewebstore.google.com/detail/whirlwind/pnlhimdfiackmhomjpgmahblihibeian
विवरण Shop socially conscious, sustainable, and cruelty-free on your favorite e-commerce sites and use your $$ to support your values!
फ़ाइल का आकार 932 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2022-05-27
प्रकाशन तिथि 2021-05-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Whirlwind
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.bethewhirlwind.com/
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1mulfGO1KYfYSl39jqG5Lx1hjKKenbFFWvqlvDw4h0mI/edit?usp=sharing
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whirlwind",
    "short_name": "Whirlwind",
    "author": "Meredith Benson, [email protected]",
    "version": "1.2.0",
    "description": "Shop socially conscious, sustainable, and cruelty-free on your favorite e-commerce sites and use your $$ to support your values!",
    "page_action": {
        "default_icon": ".\/images\/WhirlwindLogo48.png",
        "default_title": "Whirlwind",
        "default_popup": ".\/html\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                ".\/papaparse.min.js",
                "amazon.js"
            ],
            "exclude_matches": [
                "https:\/\/www.target.com\/*",
                "https:\/\/www.walmart.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/www.target.com\/*"
            ],
            "js": [
                ".\/papaparse.min.js",
                "target.js"
            ],
            "exclude_matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.walmart.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/www.walmart.com\/*"
            ],
            "js": [
                ".\/papaparse.min.js",
                "walmart.js"
            ],
            "exclude_matches": [
                "https:\/\/www.target.com\/*",
                "https:\/\/www.amazon.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/papaparse.min.js",
                "brand-content.js"
            ],
            "exclude_matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.target.com\/*",
                "https:\/\/www.walmart.com\/*",
                "https:\/\/www.google.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": ".\/html\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/www.target.com\/*",
        "https:\/\/www.walmart.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "48": ".\/images\/WhirlwindLogo48.png",
        "264": ".\/images\/WhirlwindLogo264.png"
    },
    "web_accessible_resources": [
        "\/html\/popup.html",
        "\/html\/accessible.html"
    ]
}