GroupGhost

GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!

What is GroupGhost?

GroupGhost is a Chrome extension developed by http://groupghost.com, and its main feature is "GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!".

Extension Screenshots

screenshot

Download GroupGhost Extension CRX File

Download GroupGhost 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

                        GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!                    

Extension Basic Information

Name GroupGhost GroupGhost
ID bgngkhoojjlpgjedladloaojiojejmoi
Official URL https://chrome.google.com/webstore/detail/groupghost/bgngkhoojjlpgjedladloaojiojejmoi
Description GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
File Size 11.32 KB
Installation Count 15
Current Version 2.097
Last Updated 2018-04-09
Publish Date 2018-04-09
Rating 4.00/5 Total 2 Ratings
Developer http://groupghost.com
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}