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.
Wat is Live Search for Facebook Groups?
Live Search for Facebook Groups is een Chrome-extensie ontwikkeld door Silviu Stroe, en de belangrijkste functie is "This extension allows the user to do a quick live search on Facebook groups before make a post to avoid duplicate posts.".
Extensie Screenshots
Download het CRX-bestand van de extensie Live Search for Facebook Groups
Download Live Search for Facebook Groups-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Facebook Groups Live Search - Search on any Facebook group the post before you submit it for avoiding duplicate posts and time saving up
Basisinformatie over de Extensie
Naam | Live Search for Facebook Groups |
ID | aphdbfipjfgkcddjjbkhiaofgaenabjg |
Officiële URL | https://chromewebstore.google.com/detail/live-search-for-facebook/aphdbfipjfgkcddjjbkhiaofgaenabjg |
Beschrijving | This extension allows the user to do a quick live search on Facebook groups before make a post to avoid duplicate posts. |
Bestandsgrootte | 57.91 KB |
Aantal Installaties | 355 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2020-02-16 |
Publicatiedatum | 2020-02-16 |
Beoordeling | 2.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Silviu Stroe |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://silviu-s.com/ |
Ondersteunde Talen | 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\/*" ] } |