Bling chrome extension

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

Bling chrome extension क्या है?

Bling chrome extension https://blinghive.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can see if a cosmetic brand is cruelty-free or vegan on Amazon!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bling chrome extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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)                    

एक्सटेंशन की मूल जानकारी

नाम Bling chrome extension Bling chrome extension
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"
            ]
        }
    ]
}