Social Friend Finder

Search for names in multiple social networking sites at once.

Social Friend Finder क्या है?

Social Friend Finder https://sffaddon.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for names in multiple social networking sites at once."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Social Friend Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}