fbspy.vn

fbspy.vn

Fbspy.vn | Fbspy007.com Extension | Công nghệ 4.0, hỗ trợ chốt sale, tìm kiếm khách hàng tiềm năng hoàn hảo!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "scripts/background.js"
  },
  "action": {
    "default_icon": "img/16.png",
    "default_popup": "myPopup.html"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/jquery.min.js",
        "scripts/content.js",
        "scripts/jquery.notify.min.js",
        "scripts/toastr.min.js",
        "scripts/md5.js"
      ],
      "css": [
        "css/style.css"
      ],
      "matches": [
        "https://*.facebook.com/*",
        "https://*.messenger.com/*",
        "https://fbspy.vn/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'https://apis.google.com/' 'https://www.gstatic.com/' 'https://*.firebaseio.com' 'https://www.googleapis.com' 'https://ajax.googleapis.com'; object-src 'self'"
  },
  "description": "Fbspy.vn | Fbspy007.com Extension | Công nghệ 4.0, hỗ trợ chốt sale, tìm kiếm khách hàng tiềm năng hoàn hảo!",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 3,
  "name": "fbspy.vn",
  "permissions": [
    "tabs",
    "storage"
  ],
  "optional_permissions": [],
  "host_permissions": [
    "https://*.facebook.com/*",
    "https://wwww.messenger.com/*",
    "https://fbspy.vn/",
    "*://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "7.9",
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/mypopup.js"
      ],
      "matches": [],
      "extension_ids": [],
      "use_dynamic_url": true
    }
  ]
}