Pinterest Group Boards Finder

This extension will help you find pinterest group boards

Pinterest Group Boards Finder क्या है?

Pinterest Group Boards Finder SmmChum द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will help you find pinterest group boards"।

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

screenshot
screenshot

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

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

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

                        Group Boards Finder for Pinterest!

This Extension:
- Helps you save time ⌛
- Easy to use 👍
- Fast and reliable 🚀
- Developed with love by fellow Pinterest user 🌷

How to find Group Boards on Pinterest?
1. Install this extension
2. Navigate to the Pinterest board search page OR simply click on the extension icon to start the search.
3. Enjoy the results!

Automate Pinterest group boards search process!                    

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

नाम Pinterest Group Boards Finder Pinterest Group Boards Finder
ID booilmcekhdfffhckdlfphhmnedkajmo
आधिकारिक URL https://chrome.google.com/webstore/detail/pinterest-group-boards-fi/booilmcekhdfffhckdlfphhmnedkajmo
विवरण This extension will help you find pinterest group boards
फ़ाइल का आकार 13.81 KB
स्थापना संख्या 211
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2021-04-22
प्रकाशन तिथि 2021-04-21
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर SmmChum
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinterest Group Boards Finder",
    "author": "smmchum.com",
    "description": "This extension will help you find pinterest group boards",
    "version": "1.0.4",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.pinterest.*\/*",
                "*:\/\/*.pinterest.*.*\/*",
                "*:\/\/pinterest.*\/*",
                "*:\/\/pinterest.*.*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}