Sust: Get Sustainable Fashion

Empowering fashion consumers to make more sustainable choices, motivating brands to offer more sustainable items

Wat is Sust: Get Sustainable Fashion?

Sust: Get Sustainable Fashion is een Chrome-extensie ontwikkeld door https://sust.earth, en de belangrijkste functie is "Empowering fashion consumers to make more sustainable choices, motivating brands to offer more sustainable items".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sust: Get Sustainable Fashion

Download Sust: Get Sustainable Fashion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        💚 Love fashion but finding it hard to make sustainable choices? We see you. Sust brings you ratings from the likes of Fashion Revolution about the brands and items you’re scrolling through, and makes it easy to buy more sustainably through second-hand or rental equivalents, or better new alternatives.

➕ Add Sust to your browser by clicking above. Visit any of the mainstream fashion sites such as ASOS, H&M and UNIQLO listed in https://sust.earth/get-sust. Watch the Sust buttons appear when you search for products. They are coded in 🚦 colours: look for green, think three times about amber, and avoid red. Click on the button to easily find second-hand and rental equivalents, and to ask questions at our website sust.earth.

🧑🏾‍🧑 With Sust you make a difference, whether through your own actions or with people you know or come to know in the Sust community. Together, we can change the fashion world through a dialogue with brands.

🧪 Sust is based on research carried out by Matter II Media and the University of Bristol. It’s in “beta” mode, which means we are working to improve it and make it as useful as possible for you and for the brands who want to do better. We’d love to hear your feedback at https://sust.earth/contact. 

🔒 You don’t need to log in to use Sust. It gathers no personal data about you, and will always be free to use. See our privacy policy: https://sust.earth/privacy-policy.

🌍 Although you will be warned that Sust is loaded into every website you visit, it operates only on the websites listed at https://sust.earth/get-sust. We’re working on expanding that list. Let us know if there’s a fashion site you would like us to add.                    

Basisinformatie over de Extensie

Naam Sust: Get Sustainable Fashion Sust: Get Sustainable Fashion
ID ehjanpnomkndnojgepgifmahmgkgggjg
Officiële URL https://chromewebstore.google.com/detail/sust-get-sustainable-fash/ehjanpnomkndnojgepgifmahmgkgggjg
Beschrijving Empowering fashion consumers to make more sustainable choices, motivating brands to offer more sustainable items
Bestandsgrootte 170 KB
Aantal Installaties 63
Huidige Versie 1.0.7
Laatst Bijgewerkt 2023-11-29
Publicatiedatum 2023-04-14
Ontwikkelaar https://sust.earth
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sust.earth/get-sust/
Help Pagina-URL https://sust.earth/contact/
URL van de Privacybeleid Pagina https://sust.earth/privacy-policy
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sust: Get Sustainable Fashion",
    "version": "1.0.7",
    "description": "Empowering fashion consumers to make more sustainable choices, motivating brands to offer more sustainable items",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/Sust_Logo_Icon_Black_16x16.png",
            "19": "assets\/img\/Sust_Logo_Icon_Black_19x19.png",
            "32": "assets\/img\/Sust_Logo_Icon_Black_32x32.png",
            "38": "assets\/img\/Sust_Logo_Icon_Black_38x38.png",
            "48": "assets\/img\/Sust_Logo_Icon_Black_48x48.png",
            "64": "assets\/img\/Sust_Logo_Icon_Black_64x64.png",
            "128": "assets\/img\/Sust_Logo_Icon_Black_128x128.png"
        },
        "default_title": "Sust",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/img\/Sust_Logo_Icon_Lilac_16x16.png",
        "19": "assets\/img\/Sust_Logo_Icon_Lilac_19x19.png",
        "32": "assets\/img\/Sust_Logo_Icon_Lilac_32x32.png",
        "38": "assets\/img\/Sust_Logo_Icon_Lilac_38x38.png",
        "48": "assets\/img\/Sust_Logo_Icon_Lilac_48x48.png",
        "64": "assets\/img\/Sust_Logo_Icon_Lilac_64x64.png",
        "128": "assets\/img\/Sust_Logo_Icon_Lilac_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Platform.js",
                "Discovery.js",
                "ProductUi.js",
                "UiController.js",
                "content.js",
                "Utils.js"
            ],
            "css": [
                "assets\/css\/idb.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/img\/*",
                "assets\/font\/*",
                "assets\/css\/*"
            ]
        }
    ]
}