Adobe Target VEC Helper Firefox

Examine source code of Adobe Target VEC Helper

By: Adobe Add-on
Inspect and view changes in Adobe Target VEC Helper source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "description": "Load your website's desktop and mobile views effortlessly in Adobe Target with the VEC helper extension",
  "version": "0.6.1",
  "name": "Adobe Target VEC Helper",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://*.adobe.com/content/mac/*/target/activities.html*",
        "https://*.adobe.com/content/mac/*/target/activities.html*"
      ],
      "js": [
        "content_top.js",
        "content_main.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "http://*/*mboxEdit=1*",
        "https://*/*mboxEdit=1*"
      ],
      "js": [
        "content_client.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "http://*/*adobe_authoring_enabled=1*",
        "https://*/*adobe_authoring_enabled=1*"
      ],
      "js": [
        "content_client.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "http://*/*at_preview_token=*",
        "https://*/*at_preview_token=*"
      ],
      "js": [
        "content_top.js",
        "content_client.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/icon32_grayscale.png",
      "38": "icons/icon38_grayscale.png"
    },
    "default_title": "Adobe Target VEC Helper",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "38": "icons/icon38.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "ui_components.js"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "storage",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "targetvechelper@adobe.com",
      "strict_min_version": "42.0"
    }
  }
}

Best Adobe Target VEC Helper Alternatives

Here are some Firefox add-ons that are similar to Adobe Target VEC Helper: