Group Convert Ext

Group Convert Ext

Get member information and question answers when approving user

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Group Convert Ext",
  "version": "11.1.8",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "new-popup.html",
    "default_title": "Group Convert Ext"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "lib/sweetalert2.css",
        "main.css"
      ],
      "js": [
        "lib/jquery-3.1.0.min.js",
        "lib/sweetalert.min.js",
        "text.js",
        "main.js"
      ],
      "matches": [
        "*://*.facebook.com/*/*/requests/",
        "*://*.facebook.com/*/*/requests",
        "*://*.facebook.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Get member information and question answers when approving user",
  "externally_connectable": {
    "matches": [
      "*://groupconvert.com/*",
      "http://localhost:8888/*"
    ]
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "identity",
    "identity.email",
    "windows"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "http://*.facebook.com/*"
  ],
  "options_ui": {
    "page": "dataListExt.html",
    "open_in_tab": true
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAthgXQEnzZBuFittkLga9zeM9rRq2uNcSedHyfXEushtLILsdpbV40jn8caIYLPtZA6oFN+1CRxK565SCYT/k9Kau9NMz1HmEcFRJ5SGILGFfu1bAzOTyWWrD+5G3nd6kykDpmkjWmgSpvvjMeh/eiEPpjzMwZjz/YTE1DP008VV7Q1LGtoqDd7594em/1ReSLAn4eZkS4Plm2jH0u+Tj+xO2juIVoLLw6pOOVan6BIa1fRgNbG/MRjPGd18FnwqpytX3UE6CDxyQ7NilhJyCDjg9GaY/CJfBUjkgpaBaaGDLlC6YC/80XX/SH3EXIRb7lyFgSZDCy2mT1D3zKntseQIDAQAB",
  "oauth2": {
    "client_id": "493105353713-t0j551qah0pbo81t768umh3fc2h1tbgj.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets",
      "https://www.googleapis.com/auth/userinfo.email",
      "openid",
      "email",
      "profile"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    {
      "resources": [
        "*.png"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ],
      "use_dynamic_url": false
    }
  ]
}