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 |
公式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 |
Eメール | [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 } } |