Social Search Plus

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

What is Social Search Plus?

Social Search Plus is a Chrome extension developed by https://socialsearchplus.com, and its main feature is "This extension allows you to search on all social platforms in one click!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Social Search Plus Extension CRX File

Download Social Search Plus 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

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

Extension Basic Information

Name Social Search Plus Social Search Plus
ID gkjijpllljghgoahellmkbpallaklfcc
Official URL https://chromewebstore.google.com/detail/social-search-plus/gkjijpllljghgoahellmkbpallaklfcc
Description This extension allows you to search on all social platforms in one click!
File Size 98.74 KB
Installation Count 93
Current Version 2.5
Last Updated 2023-09-28
Publish Date 2023-09-06
Rating 3.00/5 Total 2 Ratings
Developer https://socialsearchplus.com
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}