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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}