ET2.FUN - Lọc bạn bè (new)

ET2.FUN - Lọc bạn bè (new)

Tiện ích lọc bạn bè Facebook hoàn toàn miễn phí.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ET2.FUN - Lọc bạn bè (new)",
  "version": "1.0.6",
  "icons": {
    "16": "/img/icon16.png",
    "48": "/img/icon48.png",
    "128": "/img/icon128.png"
  },
  "description": "Tiện ích lọc bạn bè Facebook hoàn toàn miễn phí.",
  "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"
      }
    ]
  },
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://*.facebook.com/"
  ]
}