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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pinterest Save - Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}