Bling chrome extension
You can see if a cosmetic brand is cruelty-free or vegan on Amazon!
Was ist Bling chrome extension?
Bling chrome extension ist eine Chrome-Erweiterung, die von https://blinghive.com entwickelt wurde, und ihr Hauptmerkmal ist "You can see if a cosmetic brand is cruelty-free or vegan on Amazon!".
Erweiterungsscreenshots
Bling chrome extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bling chrome extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kknkgckpmenjdalpbjobgdnhkekkcfdo |
| Offizielle URL | https://chromewebstore.google.com/detail/bling-chrome-extension/kknkgckpmenjdalpbjobgdnhkekkcfdo |
| Beschreibung | You can see if a cosmetic brand is cruelty-free or vegan on Amazon! |
| Dateigröße | 145 KB |
| Installationsanzahl | 40 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2022-09-25 |
| Veröffentlichungsdatum | 2022-09-18 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://blinghive.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://blinghive.com |
| Hilfeseite URL | https://blinghive.com |
| URL der Datenschutzrichtlinien-Seite | https://www.blinghive.com/privacy |
| Unterstützte Sprachen | 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"
]
}
]
} | |