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
官方網址 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"
            ]
        }
    ]
}