Nobi Pro

Nobi Pro

Nobi Pro - Expand the ability to connect and interact with fb fanpage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Nobi Pro - Expand the ability to connect and interact with fb fanpage",
  "version": "2.4.29",
  "name": "Nobi Pro",
  "background": {
    "persistent": true,
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "vtp.bundle.js"
      ],
      "matches": [
        "https://viettelpost.vn/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "contentscript.bundle.js"
      ],
      "matches": [
        "https://localhost:5506/*",
        "https://localhost:5001/*",
        "https://localhost:5002/*",
        "https://*.ecrm.vn/*",
        "https://*.nobi.pro/*",
        "https://*.nobi.ph/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "http://*/*",
    "https://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://localhost:5506/*",
      "https://localhost:5001/*",
      "https://localhost:5002/*",
      "https://*.ecrm.vn/*",
      "https://*.nobi.pro/*",
      "https://*.nobi.ph/*"
    ]
  },
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "nobita.html"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhcU8Bfx4T5rLHbyHEexYWRUsTgNHS71YC8WrWM84bGQYINSuewI35mda3k90jnwompSGyPpUPFFWCCOauXbpOXXd3Z2AmbU6k7wYxOZTV2MxztTwUcwX2pbkcds4mYWGT1wZn85XW19XGYr/1oiLEtt66qFtxTdIx8vTR2AjG1LUhkBv5gBacYLxi4664y6vW5voOK1P5VajTwjz5BbzYpuL5yWotMNWOKw0gb4gtpC4BYz1olAEq1dTVRbM0kMLRC9XdriLWua3Mu+2NtyqxDNdTQHKdqOHR1rEAZ9ApHQX2IH36iV5MoHuHC4tDzlAeXW5zDEM7natxS6kA276UQIDAQAB"
}