Ethical Product Alternatives

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

Ethical Product Alternativesคืออะไร?

Ethical Product Alternatives เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ethicalhq.com และคุณลักษณะหลักของมันคือ "An ethical alternative product every time you open a new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ethical Product Alternatives

ดาวน์โหลดไฟล์ส่วนขยาย Ethical Product Alternatives ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ethical Product Alternatives Ethical Product Alternatives
ID eabankpaegapghbcmaghhonhlnnagbnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl
คำอธิบาย An ethical alternative product every time you open a new tab.
ขนาดไฟล์ 42.63 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2021-02-12
วันที่เผยแพร่ 2021-01-21
ผู้พัฒนา https://ethicalhq.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ethicalhq.com/
URL หน้าช่วยเหลือ https://ethicalhq.com/contact
ภาษาที่รองรับ 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"
}