Lookup ID Facebook

Lookup id base on facebook profile url

What is Lookup ID Facebook?

Lookup ID Facebook is a Chrome extension developed by 2Red - Nguyen Truong An, and its main feature is "Lookup id base on facebook profile url".

Extension Screenshots

screenshot

Download Lookup ID Facebook Extension CRX File

Download Lookup ID Facebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Lookup id base on facebook profile url Process facebook                    

Extension Basic Information

Name Lookup ID Facebook Lookup ID Facebook
ID dbbjhoglhoeljbhnnfibdfflhnflifag
Official URL https://chrome.google.com/webstore/detail/lookup-id-facebook/dbbjhoglhoeljbhnnfibdfflhnflifag
Description Lookup id base on facebook profile url
File Size 578 KB
Installation Count 774
Current Version 0.0.1
Last Updated 2020-10-08
Publish Date 2020-10-08
Developer 2Red - Nguyen Truong An
Email [email protected]
Payment Type free
Privacy Policy Page URL https://2red.github.io/utility-for-facebook/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lookup ID Facebook",
    "short_name": "LIF",
    "description": "Lookup id base on facebook profile url",
    "version": "0.0.1",
    "author": "2Red - Nguyen Truong An",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "48": "icon48.png"
    },
    "permissions": [
        "https:\/\/*.facebook.com\/*"
    ],
    "manifest_version": 2
}