Sust: Get Sustainable Fashion

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

¿Qué es Sust: Get Sustainable Fashion?

Sust: Get Sustainable Fashion es una extensión de Chrome desarrollada por https://sust.earth, y su función principal es "Empowering fashion consumers to make more sustainable choices, motivating brands to offer more sustainable items".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Sust: Get Sustainable Fashion

Descarga archivos de extensión Sust: Get Sustainable Fashion en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        💚 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.                    

Información Básica de la Extensión

Nombre Sust: Get Sustainable Fashion Sust: Get Sustainable Fashion
ID ehjanpnomkndnojgepgifmahmgkgggjg
URL Oficial https://chromewebstore.google.com/detail/sust-get-sustainable-fash/ehjanpnomkndnojgepgifmahmgkgggjg
Descripción Empowering fashion consumers to make more sustainable choices, motivating brands to offer more sustainable items
Tamaño del Archivo 170 KB
Cantidad de Instalaciones 63
Versión Actual 1.0.7
Última Actualización 2023-11-29
Fecha de Publicación 2023-04-14
Desarrollador https://sust.earth
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://sust.earth/get-sust/
URL de la Página de Ayuda https://sust.earth/contact/
URL de la Página de Política de Privacidad https://sust.earth/privacy-policy
Idiomas Soportados 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\/*"
            ]
        }
    ]
}