Find Email Facebook
Find Email Facebook
什么是Find Email Facebook?
Find Email Facebook是由Quang Ho开发的Chrome扩展程序,该扩展的主要功能是“Find Email Facebook”。
扩展截图
下载Find Email Facebook扩展crx文件
下载Find Email Facebook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Lọc Email từ post của facebook                     扩展基本信息
| 名称 |   |  
| ID | cfalpnobleaabecfbkcdhblajfpaoidi | 
| 官方URL | https://chromewebstore.google.com/detail/find-email-facebook/cfalpnobleaabecfbkcdhblajfpaoidi | 
| 简介 | Find Email Facebook | 
| 文件大小 | 239 KB | 
| 安装次数 | 17 | 
| 当前版本 | 0.1 | 
| 更新时间 | 2021-09-08 | 
| 上架时间 | 2021-09-08 | 
| 开发者 | Quang Ho | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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"
            ]
        }
    ]
}  |  |