Ethical Product Alternatives
An ethical alternative product every time you open a new tab.
Ethical Product Alternatives क्या है?
Ethical Product Alternatives https://ethicalhq.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An ethical alternative product every time you open a new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ethical Product Alternatives एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |