Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "2.3.1",
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"https:\/\/mapsscraper.ai\/*"
],
"description": "__MSG_extensionDescription__",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"permissions": [
"storage",
"tabs",
"identity"
],
"oauth2": {
"client_id": "124861996162-i547te8u15euvdf624pt550jlj6sqsre.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxQ\/BTJoak4DxabUszqBxM4AXXSI5i2QqsTPNKLrbvUMoTj\/Z4J\/45QeHHJlF87iwa5A33i3o49MZSWS+BEqBgqq5Hj7rEY7K2gm6nbqKxLgIyTVGgHGdJtQM\/CoPpmrwRxqcn+qOOcW3rCMurBcxJV3OmaztiKPkKJ5oLXzgE1nigVKtUvsIOjN8SYox\/PrTtF259nuBVrURSqYEdD44pHOC\/r7ZuPCu4lkEr5GpVO8sFzPMuiLsi9vaPFYsuovsqKN7NbyHOigB3Wg0YphY9cSSbATYhpVjz4ew3\/iVhYxsthNNRKcio6kwPHPBMLFlgzQCQVYzuQC0g2sYe8Cq1wIDAQAB",
"content_scripts": [
{
"matches": [
"*:\/\/facebook.com\/groups\/*",
"*:\/\/www.facebook.com\/groups\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"injected.js",
"icons\/*",
"icon-128.png"
],
"matches": [
"*:\/\/*.facebook.com\/*"
]
}
],
"default_locale": "en"
}