Pinterest Save - Pro

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

Pinterest Save - Proとは何ですか?

Pinterest Save - Proはaituxiuによって開発されたChromeの拡張機能で、その主な機能は「Easily save pictures on the page to Pinterest, you can save all pictures with one click」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pinterest Save - Pro拡張機能のCRXファイルをダウンロード

Pinterest Save - Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Pinterest Save - Pro Pinterest Save - Pro
ID eehllckaggechnoimeokmdgmljlmhkma
公式URL https://chromewebstore.google.com/detail/pinterest-save-pro/eehllckaggechnoimeokmdgmljlmhkma
説明 Easily save pictures on the page to Pinterest, you can save all pictures with one click
ファイルサイズ 669 KB
インストール数 4,402
現在のバージョン 1.1.3
最終更新日 2023-03-23
公開日 2022-08-22
評価 3.57/5 合計 7 レビュー
開発者 aituxiu
支払い方法 free
対応言語 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}