Buy Black
Chrome Browser Plugin for Black Business Shopping
什么是Buy Black?
Buy Black是由https://buyblackbutton.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome Browser Plugin for Black Business Shopping”。
扩展截图
下载Buy Black扩展crx文件
下载Buy Black扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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'"
} | |