GroupGhost
GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
什么是GroupGhost?
GroupGhost是由http://groupghost.com开发的Chrome扩展程序,该扩展的主要功能是“GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!”。
扩展截图
下载GroupGhost扩展crx文件
下载GroupGhost扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet! 扩展基本信息
| 名称 | |
| ID | bgngkhoojjlpgjedladloaojiojejmoi |
| 官方URL | https://chrome.google.com/webstore/detail/groupghost/bgngkhoojjlpgjedladloaojiojejmoi |
| 简介 | GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet! |
| 文件大小 | 11.32 KB |
| 安装次数 | 15 |
| 当前版本 | 2.097 |
| 更新时间 | 2018-04-09 |
| 上架时间 | 2018-04-09 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | http://groupghost.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GroupGhost",
"version": "2.097",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "GroupGhost"
},
"permissions": [
"tabs",
"*:\/\/*.facebook.com\/*"
]
} | |