Sust: Get Sustainable Fashion

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

Qu'est-ce que Sust: Get Sustainable Fashion ?

Sust: Get Sustainable Fashion est une extension Chrome développée par https://sust.earth, et sa fonction principale est "Empowering fashion consumers to make more sustainable choices, motivating brands to offer more sustainable items".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Sust: Get Sustainable Fashion

Téléchargez les fichiers d'extension Sust: Get Sustainable Fashion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Sust: Get Sustainable Fashion Sust: Get Sustainable Fashion
ID ehjanpnomkndnojgepgifmahmgkgggjg
URL Officiel https://chromewebstore.google.com/detail/sust-get-sustainable-fash/ehjanpnomkndnojgepgifmahmgkgggjg
Description Empowering fashion consumers to make more sustainable choices, motivating brands to offer more sustainable items
Taille du Fichier 170 KB
Nombre d'Installations 63
Version Actuelle 1.0.7
Dernière Mise à Jour 2023-11-29
Date de Publication 2023-04-14
Développeur https://sust.earth
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sust.earth/get-sust/
URL de la Page d'Aide https://sust.earth/contact/
URL de la Page de Politique de Confidentialité https://sust.earth/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}