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开发的Chrome扩展程序,该扩展的主要功能是“You can see if a cosmetic brand is cruelty-free or vegan on Amazon!”。

扩展截图

screenshot
screenshot

下载Bling chrome extension扩展crx文件

下载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)                    

扩展基本信息

名称 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"
            ]
        }
    ]
}