Uyghur Forced Labor Checker

Keep Uyghur forced labor out of your online shopping carts.

O que é Uyghur Forced Labor Checker?

Uyghur Forced Labor Checker é uma extensão do Chrome desenvolvida por Human Rights Foundation, e sua principal característica é "Keep Uyghur forced labor out of your online shopping carts.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Uyghur Forced Labor Checker

Baixe arquivos de extensão Uyghur Forced Labor Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        The Uyghur Forced Labor Checker from the Human Rights Foundation notifies you when you’re shopping with a brand that may be implicated in using Uyghur forced labor – so you can ensure your purchases are not complicit in genocide.


Today, an estimated 1 in 5 cotton items in the world are at high-risk of being linked to Uyghur forced labor. Raising awareness is the first step towards putting a stop to this. 

Many brands try to hide their involvement through complex supply chains, making it hard for you to know if you’re buying into the problem. 

Our plug-in makes it simple with a pop-up that informs you when you’re shopping from a brand that has not publicly committed to disengaging with Uyghur forced labor. From there, you’ll be given the choice to keep shopping or to leave.

 

The Uyghur Forced Labor Checker's database is based off the Coalition to End Forced Labour in the Uyghur Region's advocacy and research efforts.                    

Informações Básicas da Extensão

Nome Uyghur Forced Labor Checker Uyghur Forced Labor Checker
ID ejodaepockllkcloibcchpjnfoopincp
URL Oficial https://chromewebstore.google.com/detail/uyghur-forced-labor-check/ejodaepockllkcloibcchpjnfoopincp
Descrição Keep Uyghur forced labor out of your online shopping carts.
Tamanho do Arquivo 20.65 KB
Contagem de Instalações 1,087
Versão Atual 1.2
Última Atualização 2022-03-22
Data de Publicação 2021-11-29
Classificação 4.85/5 Total de 26 Avaliações
Desenvolvedor Human Rights Foundation
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://uncomfortabletruth.co/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Uyghur Forced Labor Checker",
    "description": "Keep Uyghur forced labor out of your online shopping carts.",
    "version": "1.2",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Uyghur Forced Labor Checker"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": ".\/js\/worker.js"
    },
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}