Buy Black

Chrome Browser Plugin for Black Business Shopping

Qu'est-ce que Buy Black ?

Buy Black est une extension Chrome développée par https://buyblackbutton.com, et sa fonction principale est "Chrome Browser Plugin for Black Business Shopping".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Buy Black

Téléchargez les fichiers d'extension Buy Black au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Buy Black Buy Black
ID okimeboheoaaiooedojhcaaooikokfih
URL Officiel https://chromewebstore.google.com/detail/buy-black/okimeboheoaaiooedojhcaaooikokfih
Description Chrome Browser Plugin for Black Business Shopping
Taille du Fichier 632 KB
Nombre d'Installations 36
Version Actuelle 0.0.3
Dernière Mise à Jour 2020-09-18
Date de Publication 2020-09-15
Développeur https://buyblackbutton.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://buyblackbutton.com
URL de la Page de Politique de Confidentialité https://eqlabs.io/pages/privacy.html
Langues Prises en Charge 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'"
}