Get Facebook ID
Get Facebook ID for Facebook pages.
什么是Get Facebook ID?
Get Facebook ID是由enda.farrell开发的Chrome扩展程序,该扩展的主要功能是“Get Facebook ID for Facebook pages.”。
下载Get Facebook ID扩展crx文件
下载Get Facebook ID扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When the tab is a Facebook page, this tries to extract the ID that is used by the Facebook Graph API.
扩展基本信息
名称 | ![]() |
ID | fakbnhhfckloijmnbpdanjeniajgjgcn |
官方URL | https://chrome.google.com/webstore/detail/get-facebook-id/fakbnhhfckloijmnbpdanjeniajgjgcn |
简介 | Get Facebook ID for Facebook pages. |
文件大小 | 5.99 KB |
安装次数 | 1,000 |
当前版本 | 1.0.5 |
更新时间 | 2016-06-10 |
上架时间 | 2016-06-10 |
评分 | 1.80/5 共5次评分 |
开发者 | enda.farrell |
付费类型 | free |
支持的语言 | 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\/*" ] } |