Find Email Facebook
Find Email Facebook
What is Find Email Facebook?
Find Email Facebook is a Chrome extension developed by Quang Ho, and its main feature is "Find Email Facebook".
Extension Screenshots
Download Find Email Facebook Extension CRX File
Download Find Email 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
                        Lọc Email từ post của facebook                     Extension Basic Information
| Name |   |  
| ID | cfalpnobleaabecfbkcdhblajfpaoidi | 
| Official URL | https://chromewebstore.google.com/detail/find-email-facebook/cfalpnobleaabecfbkcdhblajfpaoidi | 
| Description | Find Email Facebook | 
| File Size | 239 KB | 
| Installation Count | 17 | 
| Current Version | 0.1 | 
| Last Updated | 2021-09-08 | 
| Publish Date | 2021-09-08 | 
| Developer | Quang Ho | 
| [email protected] | |
| Payment Type | free | 
| Supported Languages | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find Email Facebook",
    "manifest_version": 3,
    "version": "0.1",
    "description": "Find Email Facebook",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Find Email Facebook",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                ".\/third-party\/jquery-1.12.4.js",
                "contentScript.js"
            ]
        }
    ]
}  |  |