Group Admin Tools

Group Admin Tools

What is Group Admin Tools?

Group Admin Tools is a Chrome extension developed by https://shotmockr.com, and its main feature is "Group Admin Tools".

Extension Screenshots

screenshot

Download Group Admin Tools Extension CRX File

Download Group Admin Tools 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

                        👉  Download user IDs, Full name, first and last name of any Facebook group :
✔️  You own
✔️  You are a member of
✔️  Public groups

Click Add to Chrome button above to start: 

Note: This extension is not affiliated with facebook in any way.                    

Extension Basic Information

Name Group Admin Tools Group Admin Tools
ID aphlgfjahhenphgaomccnfiecmegdhfa
Official URL https://chrome.google.com/webstore/detail/group-admin-tools/aphlgfjahhenphgaomccnfiecmegdhfa
Description Group Admin Tools
File Size 1.01 MB
Installation Count 190
Current Version 1.0.2
Last Updated 2020-08-04
Publish Date 2020-08-04
Rating 1.00/5 Total 1 Ratings
Developer https://shotmockr.com
Email [email protected]
Payment Type free
Extension Website https://groupadmintools.com
Help Page URL https://groupadmintools.com/docs
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Group Admin Tools",
    "short_name": "GroupAdminTools",
    "version": "1.0.2",
    "description": "Group Admin Tools",
    "background": {
        "scripts": [
            "\/assets\/js\/jquery-3.4.1.min.js",
            "config.js",
            "\/assets\/js\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "64": "icon64.png"
        },
        "default_title": "GroupAdminTools",
        "default_popup": "\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/js\/jquery-3.4.1.min.js",
                "config.js",
                "\/assets\/js\/waitForKeyElements.js",
                "\/assets\/js\/script.js"
            ],
            "css": [
                "\/assets\/css\/contentscript.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/web_resources\/*"
    ]
}