PDE Chrome Extension

An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.

PDE Chrome Extension란 무엇입니까?

PDE Chrome Extension은(는) shop.pdexp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon."입니다.

확장 프로그램 스크린샷

screenshot

PDE Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An extension that simplifies buying from a number of shopping web sites.                    

확장 프로그램 기본 정보

이름 PDE Chrome Extension PDE Chrome Extension
ID olidnlkmhdohckpgompadkmdolohkeae
공식 URL https://chromewebstore.google.com/detail/pde-chrome-extension/olidnlkmhdohckpgompadkmdolohkeae
설명 An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.
파일 크기 567 KB
설치 횟수 1,516
현재 버전 1.1.0
최근 업데이트 2022-06-08
출시 날짜 2022-01-31
개발자 shop.pdexp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://shop.pdexp.com
도움말 페이지 URL https://pdexp.com
지원되는 언어 fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDE Chrome Extension",
    "description": "An Easy Way to Buy from Amazon, Ebay, AliExpress, 6PM, Macys and Noon.",
    "manifest_version": 3,
    "version": "1.1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "fonts\/iransans-font.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/shopadmin.pdexp.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "amazon-location-changer.js",
                "macys-location-changer.js",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}