Bling chrome extension
You can see if a cosmetic brand is cruelty-free or vegan on Amazon!
Bling chrome extensionคืออะไร?
Bling chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blinghive.com และคุณลักษณะหลักของมันคือ "You can see if a cosmetic brand is cruelty-free or vegan on Amazon!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bling chrome extension
ดาวน์โหลดไฟล์ส่วนขยาย Bling chrome extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You have a right to shop with trust. In a product page on amazon, you can see if a brand is cruelty-free or vegan if the brand is registered in on blinghive.com!
(Amazon.com, Amazon.ca, Amazon.uk) ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kknkgckpmenjdalpbjobgdnhkekkcfdo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bling-chrome-extension/kknkgckpmenjdalpbjobgdnhkekkcfdo |
| คำอธิบาย | You can see if a cosmetic brand is cruelty-free or vegan on Amazon! |
| ขนาดไฟล์ | 145 KB |
| จำนวนการติดตั้ง | 40 |
| เวอร์ชันปัจจุบัน | 1.0.2 |
| อัปเดตครั้งล่าสุด | 2022-09-25 |
| วันที่เผยแพร่ | 2022-09-18 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | https://blinghive.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://blinghive.com |
| URL หน้าช่วยเหลือ | https://blinghive.com |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.blinghive.com/privacy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.721b7357.png",
"32": "icon32.3143ac8f.png",
"48": "icon48.f544afcb.png",
"128": "icon128.6aa15eb0.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.721b7357.png",
"32": "icon32.3143ac8f.png",
"48": "icon48.f544afcb.png"
},
"default_popup": "popup.html"
},
"version": "1.0.2",
"name": "Bling chrome extension",
"description": "You can see if a cosmetic brand is cruelty-free or vegan on Amazon!",
"author": "timothystepro",
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/*.amazon.com\/*\/dp\/*",
"https:\/\/*.amazon.co.uk\/*\/dp\/*",
"https:\/\/*.amazon.ca\/*\/dp\/*"
],
"js": [
"BlingBar.f47473e2.js"
],
"css": []
}
],
"host_permissions": [
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.ca\/*"
],
"resources": [
"BlingBar.9a13edf5.png",
"BlingBar.89fc3415.png",
"BlingBar.5d3a9b1e.png",
"BlingBar.6b59311b.png"
]
}
]
} | |