Social Friend Finder

Search for names in multiple social networking sites at once.

什麼是Social Friend Finder?

Social Friend Finder是由https://sffaddon.com開發的Chrome擴展程式,該擴展的主要功能是“Search for names in multiple social networking sites at once.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Social Friend Finder擴展crx文件

下載Social Friend Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Social Friend Finder (SFF) add-on makes concurrent search of names and usernames on 32 social networking sites possible with just 2 clicks, including major ones like Facebook, Instagram, Twitter, TikTok and LinkedIn!

Just highlight the name or the username you have encountered on the web and use the tooltip button or the context menu button to perform a search for it instantly. You can anytime choose which of the 2 buttons will be active through the add-on's options menu in order to customize the search experience to your own preferences.

Results will be presented on a new tab in a variety of ways: As direct links to social media profiles, as images and as search links pointing directly to many social networks. There is also the ability to filter the results by website.                    

擴展基本資訊

名稱 Social Friend Finder Social Friend Finder
ID phimncbfdaljjdgkoinjolnbjgonkina
官方網址 https://chromewebstore.google.com/detail/social-friend-finder/phimncbfdaljjdgkoinjolnbjgonkina
簡介 Search for names in multiple social networking sites at once.
檔案大小 40.15 KB
安裝次數 1,061
目前版本 5.0.0
更新時間 2023-12-04
上架時間 2021-11-10
評分 5.00/5 共 1 次評分
開發者 https://sffaddon.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sffaddon.com
隱私政策頁面URL https://sffaddon.com/cookies-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Costas Athanasopoulos",
    "homepage_url": "https:\/\/sffaddon.com",
    "name": "Social Friend Finder",
    "short_name": "SFF",
    "version": "5.0.0",
    "description": "Search for names in multiple social networking sites at once.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "sff-background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/sff-tooltip.css"
            ],
            "js": [
                "content\/sff-tooltip.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "options_ui": {
        "page": "options\/sff-options.html",
        "open_in_tab": false
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}