Pandabuy Currency Converter

Convert all currencies into a selected one.

Pandabuy Currency Converter란 무엇입니까?

Pandabuy Currency Converter은(는) Angus Paillaugue에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert all currencies into a selected one."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pandabuy Currency Converter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Enhance your PandaBuy website shopping experience with PCC! This versatile Chrome extension automates currency conversion, customizes Yuppo.com, and seamlessly connects you to PandaBuy. Say goodbye to manual conversions, enjoy clutter-free Yuppo.com, and effortlessly browse Chinese marketplaces. Shop smarter with PCC today!                    

확장 프로그램 기본 정보

이름 Pandabuy Currency Converter Pandabuy Currency Converter
ID bmefkfichlgfpmgdpkgkkebpdkfhbmnm
공식 URL https://chromewebstore.google.com/detail/pandabuy-currency-convert/bmefkfichlgfpmgdpkgkkebpdkfhbmnm
설명 Convert all currencies into a selected one.
파일 크기 58.11 KB
설치 횟수 730
현재 버전 2.1.1
최근 업데이트 2024-01-11
출시 날짜 2023-10-08
평점 5.00/5 총 3 개의 평점
개발자 Angus Paillaugue
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pcc.paillaugue.fr
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pandabuy Currency Converter",
    "description": "Convert all currencies into a selected one.",
    "version": "2.1.1",
    "update_notes": "The PCC extension is now free. Enjoy!",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/16-icon.png",
            "32": "icons\/32-icon.png"
        }
    },
    "icons": {
        "16": "icons\/16-icon.png",
        "32": "icons\/32-icon.png",
        "48": "icons\/48-icon.png",
        "128": "icons\/128-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pandabuy.com\/*",
                "*:\/\/*.yupoo.com\/*",
                "*:\/\/*.weidian.com\/*",
                "*:\/\/weidian.com\/*",
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.reddit.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "currencies.json",
                "src\/dark-theme.css",
                "src\/Screamer.webp"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{b60b8911-e938-40b1-825b-672152eb48a1}"
        }
    }
}