Social Search Plus
This extension allows you to search on all social platforms in one click!
Wat is Social Search Plus?
Social Search Plus is een Chrome-extensie ontwikkeld door https://socialsearchplus.com, en de belangrijkste functie is "This extension allows you to search on all social platforms in one click!".
Extensie Screenshots
Download het CRX-bestand van de extensie Social Search Plus
Download Social Search Plus-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
Type in your search in google and have the option to search your query on different socials all from the google search page.
Basisinformatie over de Extensie
Naam | Social Search Plus |
ID | gkjijpllljghgoahellmkbpallaklfcc |
Officiële URL | https://chromewebstore.google.com/detail/social-search-plus/gkjijpllljghgoahellmkbpallaklfcc |
Beschrijving | This extension allows you to search on all social platforms in one click! |
Bestandsgrootte | 98.74 KB |
Aantal Installaties | 93 |
Huidige Versie | 2.5 |
Laatst Bijgewerkt | 2023-09-28 |
Publicatiedatum | 2023-09-06 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://socialsearchplus.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Social Search Plus", "description": "This extension allows you to search on all social platforms in one click!", "version": "2.5", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/SSP1-logo.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/www.google.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "styles.css", "images\/*.png" ], "matches": [ "https:\/\/www.google.com\/*" ] } ] } |