Social Search Plus

This extension allows you to search on all social platforms in one click!

Qu'est-ce que Social Search Plus ?

Social Search Plus est une extension Chrome développée par https://socialsearchplus.com, et sa fonction principale est "This extension allows you to search on all social platforms in one click!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Social Search Plus

Téléchargez les fichiers d'extension Social Search Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Type in your search in google and have the option to search your query on different socials all from the google search page.                    

Informations de Base sur l'Extension

Nom Social Search Plus Social Search Plus
ID gkjijpllljghgoahellmkbpallaklfcc
URL Officiel https://chromewebstore.google.com/detail/social-search-plus/gkjijpllljghgoahellmkbpallaklfcc
Description This extension allows you to search on all social platforms in one click!
Taille du Fichier 98.74 KB
Nombre d'Installations 93
Version Actuelle 2.5
Dernière Mise à Jour 2023-09-28
Date de Publication 2023-09-06
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://socialsearchplus.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}