Pins Peep 👀

Peep Pins on Pinterest

Pins Peep 👀 क्या है?

Pins Peep 👀 https://glasp.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Peep Pins on Pinterest"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

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

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

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

                        Pins Peep gives you instant, one-click access to the inspiration spread over Pinterest from anywhere on the web.                    

एक्सटेंशन की मूल जानकारी

नाम Pins Peep 👀 Pins Peep 👀
ID mljhfhcinhgejjhkdnledhdiknkedipd
आधिकारिक URL https://chromewebstore.google.com/detail/pins-peep-%F0%9F%91%80/mljhfhcinhgejjhkdnledhdiknkedipd
विवरण Peep Pins on Pinterest
फ़ाइल का आकार 66.49 KB
स्थापना संख्या 139
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-08-25
प्रकाशन तिथि 2021-03-01
डेवलपर https://glasp.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.notion.so/Pins-Peep-3a3c25ac99844402a2b38e6f0e21d77d
गोपनीयता नीति पृष्ठ URL https://www.glasp.co/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pins Peep \ud83d\udc40",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "Peep Pins on Pinterest",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "src\/images\/48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "src\/images\/16.png",
        "48": "src\/images\/48.png",
        "128": "src\/images\/128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}