Social Search Plus

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

Social Search Plusとは何ですか?

Social Search Plusはhttps://socialsearchplus.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to search on all social platforms in one click!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Social Search Plus拡張機能のCRXファイルをダウンロード

Social Search Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Social Search Plus Social Search Plus
ID gkjijpllljghgoahellmkbpallaklfcc
公式URL https://chromewebstore.google.com/detail/social-search-plus/gkjijpllljghgoahellmkbpallaklfcc
説明 This extension allows you to search on all social platforms in one click!
ファイルサイズ 98.74 KB
インストール数 93
現在のバージョン 2.5
最終更新日 2023-09-28
公開日 2023-09-06
評価 3.00/5 合計 2 レビュー
開発者 https://socialsearchplus.com
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
            ]
        }
    ]
}