Pinterest Group Boards Finder
This extension will help you find pinterest group boards
Qu'est-ce que Pinterest Group Boards Finder ?
Pinterest Group Boards Finder est une extension Chrome développée par SmmChum, et sa fonction principale est "This extension will help you find pinterest group boards".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pinterest Group Boards Finder
Téléchargez les fichiers d'extension Pinterest Group Boards Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | booilmcekhdfffhckdlfphhmnedkajmo |
URL Officiel | https://chrome.google.com/webstore/detail/pinterest-group-boards-fi/booilmcekhdfffhckdlfphhmnedkajmo |
Description | This extension will help you find pinterest group boards |
Taille du Fichier | 13.81 KB |
Nombre d'Installations | 211 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2021-04-22 |
Date de Publication | 2021-04-21 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | SmmChum |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |