Social Search Plus
This extension allows you to search on all social platforms in one click!
Vad är Social Search Plus?
Social Search Plus är en Chrome-tillägg utvecklad av https://socialsearchplus.com, och dess huvudfunktion är "This extension allows you to search on all social platforms in one click!".
Tilläggsskärmbilder
Ladda ner Social Search Plus-förlängningens CRX-fil
Ladda ner Social Search Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Type in your search in google and have the option to search your query on different socials all from the google search page.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | gkjijpllljghgoahellmkbpallaklfcc | 
| Officiell webbadress | https://chromewebstore.google.com/detail/social-search-plus/gkjijpllljghgoahellmkbpallaklfcc | 
| Beskrivning | This extension allows you to search on all social platforms in one click! | 
| Filstorlek | 98.74 KB | 
| Antal Installationer | 93 | 
| Aktuell Version | 2.5 | 
| Senast Uppdaterad | 2023-09-28 | 
| Publiceringsdatum | 2023-09-06 | 
| Betyg | 3.00/5 Totalt 2 Betyg | 
| Utvecklare | https://socialsearchplus.com | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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\/*"
            ]
        }
    ]
}  |  |