Pinterest Original Image

View Pinterest original Image,Download Pinterest original Image

Pinterest Original Image là gì?

Pinterest Original Image là một tiện ích mở rộng Chrome được phát triển bởi houjd110, và tính năng chính của nó là "View Pinterest original Image,Download Pinterest original Image".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pinterest Original Image

Tải xuống các tệp mở rộng Pinterest Original Image dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pinterest Original Image Pinterest Original Image
ID bpmenfgjjlmobodbdofpkhfnbgoijpol
URL Chính Thức https://chromewebstore.google.com/detail/pinterest-original-image/bpmenfgjjlmobodbdofpkhfnbgoijpol
Mô tả View Pinterest original Image,Download Pinterest original Image
Kích Thước Tệp 43.44 KB
Số Lần Cài Đặt 4,707
Phiên Bản Hiện Tại 1.5.5
Cập Nhật Lần Cuối 2022-03-23
Ngày Phát Hành 2020-05-08
Đánh Giá 2.36/5 Tổng số 14 Đánh Giá
Nhà Phát Triển houjd110
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}