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文件

下載Pinterest Original Image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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