Pinterest Save - Pro

Easily save pictures on the page to Pinterest, you can save all pictures with one click

Pinterest Save - Pro là gì?

Pinterest Save - Pro là một tiện ích mở rộng Chrome được phát triển bởi aituxiu, và tính năng chính của nó là "Easily save pictures on the page to Pinterest, you can save all pictures with one click".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Pinterest Save - Pro 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

                        When saving to Pinterest, you can choose to save it immediately, or add it to the pin-queue. Adding to the pin-queue will save one image every minute, which can avoid being penalized by Pinterest for frequent saves. Unfinished collections will automatically continue after the browser restarts.                    

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

Tên Pinterest Save - Pro Pinterest Save - Pro
ID eehllckaggechnoimeokmdgmljlmhkma
URL Chính Thức https://chromewebstore.google.com/detail/pinterest-save-pro/eehllckaggechnoimeokmdgmljlmhkma
Mô tả Easily save pictures on the page to Pinterest, you can save all pictures with one click
Kích Thước Tệp 669 KB
Số Lần Cài Đặt 4,402
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2023-03-23
Ngày Phát Hành 2022-08-22
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển aituxiu
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "version": "1.1.3",
    "description": "__MSG_description__",
    "background": {
        "service_worker": ".\/background.js"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/logo\/logo_x48.png"
    },
    "icons": {
        "16": "assets\/logo\/logo_x16.png",
        "48": "assets\/logo\/logo_x48.png",
        "128": "assets\/logo\/logo_x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "assets\/gtag.js",
                "content\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.pinterest.com\/*"
            ],
            "css": [
                "content\/pinterest.css"
            ],
            "js": [
                "content\/pinterest.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "downloads",
        "cookies",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "save\/save.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/injectscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}