FUNNELBOT CF Page Copier

FUNNELBOT CF Page Copier

Easiest and fastest way to copy CF pages or turn any page into a Clickfunnels page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FUNNELBOT CF Page Copier",
  "short_name": "CFC",
  "version": "3.2.0",
  "description": "Easiest and fastest way to copy CF pages or turn any page into a Clickfunnels page",
  "icons": {
    "16": "images/icons/icon_x16.png",
    "32": "images/icons/icon_x32.png",
    "48": "images/icons/icon_x48.png",
    "128": "images/icons/icon_x128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Funnel page copier",
    "default_icon": {
      "16": "images/icons/icon_x16.png",
      "32": "images/icons/icon_x32.png",
      "48": "images/icons/icon_x48.png",
      "128": "images/icons/icon_x128.png"
    }
  },
  "background": {
    "service_worker": "js/event.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://www.atlassian.com/*",
        "*://atlassian.com/*",
        "*://bitbucket.org/*",
        "*://www.bitbucket.org/*",
        "*://cloudflare.com/*",
        "*://www.cloudflare.com/*"
      ],
      "js": [
        "vendor/jquery/jquery-3.2.1.min.js",
        "js/conten.js"
      ]
    },
    {
      "js": [
        "vendor/jquery/jquery-3.2.1.min.js",
        "js/frame.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/js/inject.js",
        "/js/success-alert.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "unlimitedStorage",
    "scripting"
  ],
  "host_permissions": [
    "https://www.googleapis.com/",
    "https://funnelhacking.app/*",
    "https://www.funnelhacking.app/*",
    "*://*/*"
  ],
  "oauth2": {
    "client_id": "481899742777.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login",
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "manifest_version": 3
}