FBVN - Lọc bạn bè không tương tác

FBVN - Lọc bạn bè không tương tác

Tiện ích lọc bạn bè Facebook nhanh chóng và dễ dàng.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "FBVN - Lọc bạn bè không tương tác",
  "version": "3.0.8",
  "icons": {
    "16": "/img/icon16.png",
    "48": "/img/icon48.png",
    "128": "/img/icon128.png"
  },
  "description": "Tiện ích lọc bạn bè Facebook nhanh chóng và dễ dàng.",
  "options_page": "index.html",
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "24": "img/icon24.png",
      "32": "img/icon32.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rules",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'none'; worker-src 'none'; connect-src https://*.facebook.com"
  },
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://*.facebook.com/"
  ]
}