Pinterest Original Image

View Pinterest original Image,Download Pinterest original Image

Pinterest Original Image란 무엇입니까?

Pinterest Original Image은(는) houjd110에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View Pinterest original Image,Download Pinterest original Image"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pinterest Original Image 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fix the problem that some pictures cannot view the original picture.
Click Original button to view or download the original image.                    

확장 프로그램 기본 정보

이름 Pinterest Original Image Pinterest Original Image
ID bpmenfgjjlmobodbdofpkhfnbgoijpol
공식 URL https://chromewebstore.google.com/detail/pinterest-original-image/bpmenfgjjlmobodbdofpkhfnbgoijpol
설명 View Pinterest original Image,Download Pinterest original Image
파일 크기 43.44 KB
설치 횟수 4,707
현재 버전 1.5.5
최근 업데이트 2022-03-23
출시 날짜 2020-05-08
평점 2.36/5 총 14 개의 평점
개발자 houjd110
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinterest Original Image",
    "version": "1.5.5",
    "description": "View Pinterest original Image,Download Pinterest original Image",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/*.pinterest.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "jquery-1.9.1.js",
                "js.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}