Ethicli

To help you make ethical online shopping choices

What is Ethicli?

Ethicli is a Chrome extension developed by https://ethicli.com, and its main feature is "To help you make ethical online shopping choices".

Extension Screenshots

screenshot
screenshot

Download Ethicli Extension CRX File

Download Ethicli 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

                        Ethicli provides you with company ethics info and ethical product alternatives to make ethical shopping easier.

We want to change the world by bringing you greater consumer power! One of the best ways to vote for what you believe in is with your dollars. Many of us can feel lost when it comes to knowing how our purchases affect others downstream, and we're here to help!                    

Extension Basic Information

Name Ethicli Ethicli
ID pkbciefpddgopoopoffffnnfobiofagl
Official URL https://chromewebstore.google.com/detail/ethicli/pkbciefpddgopoopoffffnnfobiofagl
Description To help you make ethical online shopping choices
File Size 850 KB
Installation Count 138
Current Version 0.6.15
Last Updated 2021-09-09
Publish Date 2021-09-09
Rating 4.86/5 Total 7 Ratings
Developer https://ethicli.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.ethicli.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethicli",
    "version": "0.6.15",
    "description": "To help you make ethical online shopping choices",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "views\/popupNotShop.html",
        "default_title": "Ethicli",
        "default_icon": {
            "16": "icons\/grey-16.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/ethicli-16.png",
        "32": "icons\/ethicli-32.png",
        "48": "icons\/ethicli-48.png",
        "128": "icons\/ethicli-128.png"
    },
    "options_ui": {
        "page": "views\/options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}