Virtue

Black owned alternatives to your favorite products

什麼是Virtue?

Virtue是由https://virtueapp.io開發的Chrome擴展程式,該擴展的主要功能是“Black owned alternatives to your favorite products”。

擴展截圖

screenshot
screenshot

下載Virtue擴展crx文件

下載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
官方網址 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'"
}