Whole Form Filler - CTH

Whole Form Filler - CTH

Every Online Site Form Filler With Custom Javascript

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_appDescription__",
  "version": "0.1.1",
  "oauth2": {
    "client_id": "1024912902026-0c6q1l8a230h8nna77sk2n1tja0e0e0d.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login"
    ]
  },
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "identity",
    "identity.email",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://www.googleapis.com/",
    "*://*/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/16x16.png",
      "24": "icons/24x24.png",
      "32": "icons/32x32.png"
    }
  },
  "icons": {
    "128": "icons/128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript3.js"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "css": [],
      "js": [
        "assets/lib/jquery.js",
        "contentScript8.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript4.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "contentScript7.js",
        "assets/js/selector-generator.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/lib/*.js",
        "scripts/*.js",
        "contentScripts3.js",
        "contentScript10.js",
        "contentScript6.js",
        "options.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}