Lọc bạn bè (likengay. com)

Lọc bạn bè (likengay. com)

Công cụ lọc và thống kê tương tác của bạn bè trên facebook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lọc bạn bè (likengay. com)",
  "version": "1.7",
  "description": "Công cụ lọc và thống kê tương tác của bạn bè trên facebook",
  "author": "Ily1606",
  "browser_action": {
    "default_icon": "/Image/icon.png"
  },
  "homepage_url": "https://likengay.vn",
  "icons": {
    "16": "/Image/icon.png",
    "48": "/Image/icon.png",
    "128": "/Image/icon.png"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "http://*/*",
    "https://*/*",
    "cookies"
  ],
  "background": {
    "scripts": [
      "/JS/background.js"
    ]
  }
}