Buy Black
Chrome Browser Plugin for Black Business Shopping
Buy Blackคืออะไร?
Buy Black เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://buyblackbutton.com และคุณลักษณะหลักของมันคือ "Chrome Browser Plugin for Black Business Shopping"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buy Black
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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'" } |