Virtue

Black owned alternatives to your favorite products

Τι είναι το Virtue;

Το Virtue είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://virtueapp.io, και η κύρια λειτουργία του είναι "Black owned alternatives to your favorite products".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Virtue

Λήψη αρχείων επέκτασης Virtue σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        VIRTUE for Chrome

Automatically receive suggestions to black-owned alternatives while you shop online. Seamlessly discover high quality alternatives from 300+ black owned businesses.

You love making a difference in society and you love shopping. Virtue empowers you to change the world by changing your spending.

Simply download the extension and pin it to your extension bar. When the VIRTUE icon turns blue, check out the Black-owned brands we recommend based on your search. 

Our purpose as a company is to help change the world by encouraging others to leverage their buying decisions. We believe by developing a convenient tool that allows people to make informed purchases, will lead to visible economic impact in various communities. We hope VIRTUE becomes a part of your regular shopping experience and you feel pride whenever you make a purchase.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Virtue Virtue
ID mebinjaghlbikbipbigodpgmedkpipcm
Επίσημο URL https://chromewebstore.google.com/detail/virtue/mebinjaghlbikbipbigodpgmedkpipcm
Περιγραφή Black owned alternatives to your favorite products
Μέγεθος Αρχείου 2.18 MB
Αριθμός Εγκαταστάσεων 117
Τρέχουσα Έκδοση 3.1.0
Τελευταία Ενημέρωση 2021-07-08
Ημερομηνία Δημοσίευσης 2021-06-20
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://virtueapp.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://virtueapp.io/
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/909877e2-1924-4857-ba07-cd94ec8c5f15
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Virtue",
    "version": "3.1.0",
    "description": "Black owned alternatives to your favorite products",
    "browser_action": {
        "default_icon": "icon32-grayscale.png",
        "default_title": "Virtue",
        "default_popup": "popout.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}