Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Group Scrapper",
"description": "Group Scrapper : Effortlessly gather member information from your group in a snap.",
"version": "1.00.10",
"icons": {
"16": "images\/5e82703c568e944b9d22417d-Group_Scrapper-1686917890471-small_icon.png",
"48": "images\/5e82703c568e944b9d22417d-Group_Scrapper-1686917890541-medium_icon.png",
"128": "images\/5e82703c568e944b9d22417d-Group_Scrapper-1686917890589-large_icon.png"
},
"action": {
"default_title": "Group Scrapper",
"default_popup": "dashboard.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
],
"js": [
"lib\/jquery-3.5.1.min.js",
"lib\/toastr.min.js",
"lib\/moment.min.js",
"js\/config.bundle.js",
"js\/automation.bundle.js",
"js\/apiServices.bundle.js"
],
"run_at": "document_end",
"css": [
"css\/mm.css",
"css\/toastr.min.css"
]
}
],
"background": {
"service_worker": "background-wrapper.bundle.js"
},
"permissions": [
"storage",
"alarms",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*",
"*:\/\/*.kyubi.io\/api\/*",
"https:\/\/z7c5j0fjy8.execute-api.us-east-2.amazonaws.com\/*",
"http:\/\/localhost:1337\/*",
"*:\/\/memmovapi.com\/*",
"*:\/\/*.groupscraper.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/*.png",
"images\/*.svg",
"images\/*.gif"
],
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'",
"content_scripts": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
},
"short_name": "GS"
}