FaceseoVietNam 4.7 - Update Tab

FaceseoVietNam 4.7 - Update Tab

Faceseo - Chrome extension © Copyright 2022

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FaceseoVietNam 4.7 - Update Tab",
  "short_name": "Addon to support for SEO. This Addon is free.",
  "description": "Faceseo - Chrome extension © Copyright 2022",
  "version": "4.7",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "jquery.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jquery.min.js",
        "main.js"
      ],
      "matches": [
        "https://faceseo.vn/*",
        "https://hidigi.org/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "background",
    "activeTab",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "*://*/*"
  ]
}