Social Friend Finder

Search for names in multiple social networking sites at once.

Social Friend Finder là gì?

Social Friend Finder là một tiện ích mở rộng Chrome được phát triển bởi https://sffaddon.com, và tính năng chính của nó là "Search for names in multiple social networking sites at once.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Friend Finder

Tải xuống các tệp mở rộng Social Friend Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Friend Finder Social Friend Finder
ID phimncbfdaljjdgkoinjolnbjgonkina
URL Chính Thức https://chromewebstore.google.com/detail/social-friend-finder/phimncbfdaljjdgkoinjolnbjgonkina
Mô tả Search for names in multiple social networking sites at once.
Kích Thước Tệp 40.15 KB
Số Lần Cài Đặt 1,061
Phiên Bản Hiện Tại 5.0.0
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2021-11-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://sffaddon.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sffaddon.com
URL Trang Chính Sách Bảo Mật https://sffaddon.com/cookies-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}