Ethical Product Alternatives

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

Ethical Product Alternatives là gì?

Ethical Product Alternatives là một tiện ích mở rộng Chrome được phát triển bởi https://ethicalhq.com, và tính năng chính của nó là "An ethical alternative product every time you open a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ethical Product Alternatives

Tải xuống các tệp mở rộng Ethical Product Alternatives dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ethical Product Alternatives Ethical Product Alternatives
ID eabankpaegapghbcmaghhonhlnnagbnl
URL Chính Thức https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl
Mô tả An ethical alternative product every time you open a new tab.
Kích Thước Tệp 42.63 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2021-02-12
Ngày Phát Hành 2021-01-21
Nhà Phát Triển https://ethicalhq.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ethicalhq.com/
URL Trang Trợ Giúp https://ethicalhq.com/contact
Ngôn Ngữ Được Hỗ Trợ 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"
}