Pinterest Original Image

View Pinterest original Image,Download Pinterest original Image

Pinterest Original Imageคืออะไร?

Pinterest Original Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย houjd110 และคุณลักษณะหลักของมันคือ "View Pinterest original Image,Download Pinterest original Image"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinterest Original Image

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}