Ethical Product Alternatives

An ethical alternative product every time you open a new tab.

Apa itu Ethical Product Alternatives?

Ethical Product Alternatives adalah ekstensi Chrome yang dikembangkan oleh https://ethicalhq.com, dan fitur utamanya adalah "An ethical alternative product every time you open a new tab.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ethical Product Alternatives

Unduh file ekstensi Ethical Product Alternatives dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Ethical Product Alternatives is a simple browser extension built to help you discover new, more ethical tools focused on privacy every time you open a new tab.

There are currently almost 400 curated tools that we recommend, and the list is constantly growing. If you want to suggest new tools, please contact us or fork to the code on Github.

Firefox version available here: https://addons.mozilla.org/en-GB/firefox/addon/ethical-product-alternatives/                    

Informasi Dasar Ekstensi

Nama Ethical Product Alternatives Ethical Product Alternatives
ID eabankpaegapghbcmaghhonhlnnagbnl
URL Resmi https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl
Deskripsi An ethical alternative product every time you open a new tab.
Ukuran File 42.63 KB
Jumlah Instalasi 20
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2021-02-12
Tanggal Publikasi 2021-01-21
Pengembang https://ethicalhq.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ethicalhq.com/
URL Halaman Bantuan https://ethicalhq.com/contact
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "papaparse.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "An ethical alternative product every time you open a new tab.",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "ethicalhq.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "Ethical Product Alternatives",
    "permissions": [
        "storage"
    ],
    "version": "1.0.7"
}