Uyghur Forced Labor Checker

Keep Uyghur forced labor out of your online shopping carts.

What is Uyghur Forced Labor Checker?

Uyghur Forced Labor Checker is a Chrome extension developed by Human Rights Foundation, and its main feature is "Keep Uyghur forced labor out of your online shopping carts.".

Extension Screenshots

screenshot

Download Uyghur Forced Labor Checker Extension CRX File

Download Uyghur Forced Labor Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Uyghur Forced Labor Checker Uyghur Forced Labor Checker
ID ejodaepockllkcloibcchpjnfoopincp
Official URL https://chromewebstore.google.com/detail/uyghur-forced-labor-check/ejodaepockllkcloibcchpjnfoopincp
Description Keep Uyghur forced labor out of your online shopping carts.
File Size 20.65 KB
Installation Count 1,087
Current Version 1.2
Last Updated 2022-03-22
Publish Date 2021-11-29
Rating 4.85/5 Total 26 Ratings
Developer Human Rights Foundation
Email [email protected]
Payment Type free
Extension Website http://uncomfortabletruth.co/
Supported Languages 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:\/\/*\/"
    ]
}