Facebook This Name

Select name, open context menu, and look up the name on Facebook people search

What is Facebook This Name?

Facebook This Name is a Chrome extension developed by gulakov, and its main feature is "Select name, open context menu, and look up the name on Facebook people search".

Download Facebook This Name Extension CRX File

Download Facebook This Name 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

                                            

Extension Basic Information

Name Facebook This Name Facebook This Name
ID akkhklnpaiiaiooimmjgbjhinbonaiao
Official URL https://chrome.google.com/webstore/detail/facebook-this-name/akkhklnpaiiaiooimmjgbjhinbonaiao
Description Select name, open context menu, and look up the name on Facebook people search
File Size 4.28 KB
Installation Count 82
Current Version 2.0.0
Last Updated 2013-05-09
Publish Date 2013-05-09
Developer gulakov
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Facebook This Name",
    "description": "Select name, open context menu, and look up the name on Facebook people search",
    "version": "2.0.0",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "popup.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "fbnamelogo.png"
    },
    "manifest_version": 2
}