Facebook phiên bản cũ

Facebook phiên bản cũ

Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "VNDES",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "19": "icon-19.png",
      "32": "icon-32.png",
      "38": "icon-38.png",
      "48": "icon-48.png"
    },
    "default_popup": "./options.html",
    "default_title": "Facebook phiên bản cũ"
  },
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ]
    }
  ],
  "description": "Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019)",
  "homepage_url": "https://tinbanxe.vn",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "name": "Facebook phiên bản cũ",
  "optional_permissions": [
    "tabs"
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.facebook.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0"
}