Buy Black

Chrome Browser Plugin for Black Business Shopping

Buy Black란 무엇입니까?

Buy Black은(는) https://buyblackbutton.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Browser Plugin for Black Business Shopping"입니다.

확장 프로그램 스크린샷

screenshot

Buy Black 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The buy-black plugin will add a button to Amazon product pages; clicking this button will take you to a black-owned business that offers a similar product.

We take no part of the proceeds from any purchase from a black-owned business. However, we inject our affiliate tag on Amazon pages; if you end up buying from Amazon, we may get paid from Amazon itself. A percentage of any proceeds from that are donated to the Black Lives Matter movement.

You can use the toolbar button to suggest additional black-owned business websites that should be recommended - simply click the button when you're on an Amazon category or product page, and then type or paste the URL of the business.                    

확장 프로그램 기본 정보

이름 Buy Black Buy Black
ID okimeboheoaaiooedojhcaaooikokfih
공식 URL https://chromewebstore.google.com/detail/buy-black/okimeboheoaaiooedojhcaaooikokfih
설명 Chrome Browser Plugin for Black Business Shopping
파일 크기 632 KB
설치 횟수 36
현재 버전 0.0.3
최근 업데이트 2020-09-18
출시 날짜 2020-09-15
개발자 https://buyblackbutton.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://buyblackbutton.com
개인정보 보호 정책 페이지 URL https://eqlabs.io/pages/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome Browser Plugin for Black Business Shopping",
    "version": "0.0.3",
    "name": "Buy Black",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "buyblack.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Submit new buy black site for this product page",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "*.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}