Live Search for Facebook Groups
This extension allows the user to do a quick live search on Facebook groups before make a post to avoid duplicate posts.
What is Live Search for Facebook Groups?
Live Search for Facebook Groups is a Chrome extension developed by Silviu Stroe, and its main feature is "This extension allows the user to do a quick live search on Facebook groups before make a post to avoid duplicate posts.".
Extension Screenshots
Download Live Search for Facebook Groups Extension CRX File
Download Live Search for Facebook Groups extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Facebook Groups Live Search - Search on any Facebook group the post before you submit it for avoiding duplicate posts and time saving up
Extension Basic Information
Name | Live Search for Facebook Groups |
ID | aphdbfipjfgkcddjjbkhiaofgaenabjg |
Official URL | https://chromewebstore.google.com/detail/live-search-for-facebook/aphdbfipjfgkcddjjbkhiaofgaenabjg |
Description | This extension allows the user to do a quick live search on Facebook groups before make a post to avoid duplicate posts. |
File Size | 57.91 KB |
Installation Count | 355 |
Current Version | 0.0.0.4 |
Last Updated | 2020-02-16 |
Publish Date | 2020-02-16 |
Rating | 2.60/5 Total 5 Ratings |
Developer | Silviu Stroe |
[email protected] | |
Payment Type | free |
Extension Website | https://silviu-s.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live Search for Facebook Groups", "short_name": "FBG LiveSearch", "description": "This extension allows the user to do a quick live search on Facebook groups before make a post to avoid duplicate posts.", "version": "0.0.0.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "run_at": "document_start" }, "permissions": [ "tabs", "https:\/\/www.facebook.com\/*" ] } |