Pinterest Group Boards Finder

This extension will help you find pinterest group boards

Τι είναι το Pinterest Group Boards Finder;

Το Pinterest Group Boards Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SmmChum, και η κύρια λειτουργία του είναι "This extension will help you find pinterest group boards".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Pinterest Group Boards Finder

Λήψη αρχείων επέκτασης Pinterest Group Boards Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
    }
}