Social Media Advanced Search - Find User Info

Find Additional Profile Info. Pulls profile_id from page puts it in a URL to find additional info about person

Social Media Advanced Search - Find User Info क्या है?

Social Media Advanced Search - Find User Info samuelgrieser द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Additional Profile Info. Pulls profile_id from page puts it in a URL to find additional info about person"।

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

screenshot
screenshot
screenshot

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

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

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

                        Disclaimer: This is NOT an official Facebook app and is not affiliated with Facebook in any way. This extension is not created nor endorsed by Facebook. All Facebook related content is owned by Facebook, including portions of the screenshots shown.


NOTICE!!!
Facebook appears to have done away with the pages this extension relied on. I will investigate alternatives when I have time, but until then this application will not function correctly.


      INFO
---------------------
  
 * Introduction
This is a simple Chrome extension that can be used to easily access additional posts/photos on a Facebook profile



 * How to Use
#: Make sure the active tab is the desired account to search. The URL will look something like "https://facebook.com/firstname.lastname/..." or "https://facebook.com/profile.php?id=profile_id/..."
The extension should work on any page of the user's profile.

#: In the event of issues, try clicking on the timeline again and refreshing the page. Sometimes the al:android:url only displays fb://feed instead of fb://profile/profile_id, but usually refreshing the page fixes this

#: Some profiles with maximum privacy settings may not work, but they are rare. Try refreshing the page and trying again.
	 



 * Creator
Sam

    CHANGELOG
---------------------
V0.9.0: Added Photos Uploaded, as well as Videos Uploaded and Tagged.
V0.9.1: Changed title to avoid app takedown.
V0.9.2: Changed stylesheet. App was taken down, pending approval to be added back to store.
V1.0.0: Major overhaul to background script. All processing is now handled in one function, and a fallback process was added to pull the profile_id from a new location in the event that the normal method fails. Searching is now possible from any of the user's profile pages.
V1.1.0: Changed stylesheet again, made buttons smaller so extension no longer has scrollbar.
V1.2.0: Refactored and reorganized code to be more human readable. Extension now checks three tags for the profile_id, so it should rarely fail. Extension can now be used from search tabs already opened.                    

एक्सटेंशन की मूल जानकारी

नाम Social Media Advanced Search - Find User Info Social Media Advanced Search - Find User Info
ID gohepdenmnoijddphlfdaojicklmpckm
आधिकारिक URL https://chromewebstore.google.com/detail/social-media-advanced-sea/gohepdenmnoijddphlfdaojicklmpckm
विवरण Find Additional Profile Info. Pulls profile_id from page puts it in a URL to find additional info about person
फ़ाइल का आकार 8.14 KB
स्थापना संख्या 7,000
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2020-11-28
प्रकाशन तिथि 2019-09-05
रेटिंग 3.71/5 कुल 62 रेटिंग्स
डेवलपर samuelgrieser
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Media Advanced Search - Find User Info",
    "short_name": "Social Media Search",
    "version": "1.2.0",
    "description": "Find Additional Profile Info. Pulls profile_id from page puts it in a URL to find additional info about person",
    "author": "Someot",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "background": [],
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}