Pinterest Group Boards Finder
This extension will help you find pinterest group boards
什麼是Pinterest Group Boards Finder?
Pinterest Group Boards Finder是由SmmChum開發的Chrome擴展程式,該擴展的主要功能是“This extension will help you find pinterest group boards”。
擴展截圖
下載Pinterest Group Boards Finder擴展crx文件
下載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!
擴展基本資訊
名稱 | |
ID | booilmcekhdfffhckdlfphhmnedkajmo |
官方網址 | 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 } } |