Ethical Shopper

Make ethical shopping choices as an informed customer. Visit any brand's website and learn about their sustainability practices.

Ethical Shopper क्या है?

Ethical Shopper bakar.tavadze द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make ethical shopping choices as an informed customer. Visit any brand's website and learn about their sustainability practices."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ethical Shopper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ethical Shopper uses The Good On You ethical brand rating system to provide information on more than a thousand brands regarding their social and environmental impact. Visit any brand's website and see how they stack up.

Shop responsibly. The change starts with you!                    

एक्सटेंशन की मूल जानकारी

नाम Ethical Shopper Ethical Shopper
ID abghnoboebhghdhjhmfmdglnoankijph
आधिकारिक URL https://chromewebstore.google.com/detail/ethical-shopper/abghnoboebhghdhjhmfmdglnoankijph
विवरण Make ethical shopping choices as an informed customer. Visit any brand's website and learn about their sustainability practices.
फ़ाइल का आकार 1.65 MB
स्थापना संख्या 241
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2019-12-10
प्रकाशन तिथि 2019-12-10
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर bakar.tavadze
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethical Shopper",
    "version": "0.0.1",
    "description": "Make ethical shopping choices as an informed customer. Visit any brand's website and learn about their sustainability practices.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "declarativeContent"
    ],
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "json.txt",
        "fonts\/*.woff",
        "fonts\/*.woff2",
        "fonts\/*.ttf",
        "fonts\/*.otf",
        "images\/background.png"
    ],
    "manifest_version": 2
}