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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
}