Get Facebook ID

Get Facebook ID for Facebook pages.

What is Get Facebook ID?

Get Facebook ID is a Chrome extension developed by enda.farrell, and its main feature is "Get Facebook ID for Facebook pages.".

Download Get Facebook ID Extension CRX File

Download Get Facebook ID 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

                        When the tab is a Facebook page, this tries to extract the ID that is used by the Facebook Graph API.                    

Extension Basic Information

Name Get Facebook ID Get Facebook ID
ID fakbnhhfckloijmnbpdanjeniajgjgcn
Official URL https://chrome.google.com/webstore/detail/get-facebook-id/fakbnhhfckloijmnbpdanjeniajgjgcn
Description Get Facebook ID for Facebook pages.
File Size 5.99 KB
Installation Count 1,000
Current Version 1.0.5
Last Updated 2016-06-10
Publish Date 2016-06-10
Rating 1.80/5 Total 5 Ratings
Developer enda.farrell
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Facebook ID",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Get Facebook ID for Facebook pages.",
    "browser_action": {
        "default_name": "FBID",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.facebook.com\/*"
    ]
}