Sust: Get Sustainable Fashion

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

Vad är Sust: Get Sustainable Fashion?

Sust: Get Sustainable Fashion är en Chrome-tillägg utvecklad av https://sust.earth, och dess huvudfunktion är "Empowering fashion consumers to make more sustainable choices, motivating brands to offer more sustainable items".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Sust: Get Sustainable Fashion-förlängningens CRX-fil

Ladda ner Sust: Get Sustainable Fashion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Sust: Get Sustainable Fashion Sust: Get Sustainable Fashion
ID ehjanpnomkndnojgepgifmahmgkgggjg
Officiell webbadress https://chromewebstore.google.com/detail/sust-get-sustainable-fash/ehjanpnomkndnojgepgifmahmgkgggjg
Beskrivning Empowering fashion consumers to make more sustainable choices, motivating brands to offer more sustainable items
Filstorlek 170 KB
Antal Installationer 63
Aktuell Version 1.0.7
Senast Uppdaterad 2023-11-29
Publiceringsdatum 2023-04-14
Utvecklare https://sust.earth
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sust.earth/get-sust/
Hjälpsida URL https://sust.earth/contact/
URL till Sekretesspolicy Sidan https://sust.earth/privacy-policy
Stödda Språk 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\/*"
            ]
        }
    ]
}