Buy Black

Chrome Browser Plugin for Black Business Shopping

Buy Black क्या है?

Buy Black https://buyblackbutton.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Browser Plugin for Black Business Shopping"।

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

screenshot

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

crx प्रारूप में Buy Black एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}