Bling chrome extension

You can see if a cosmetic brand is cruelty-free or vegan on Amazon!

Wat is Bling chrome extension?

Bling chrome extension is een Chrome-extensie ontwikkeld door https://blinghive.com, en de belangrijkste functie is "You can see if a cosmetic brand is cruelty-free or vegan on Amazon!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bling chrome extension

Download Bling chrome extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Bling chrome extension Bling chrome extension
ID kknkgckpmenjdalpbjobgdnhkekkcfdo
Officiële URL https://chromewebstore.google.com/detail/bling-chrome-extension/kknkgckpmenjdalpbjobgdnhkekkcfdo
Beschrijving You can see if a cosmetic brand is cruelty-free or vegan on Amazon!
Bestandsgrootte 145 KB
Aantal Installaties 40
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-09-25
Publicatiedatum 2022-09-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://blinghive.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://blinghive.com
Help Pagina-URL https://blinghive.com
URL van de Privacybeleid Pagina https://www.blinghive.com/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}