Simple friend

Simple friend

Phần mềm điều khiển kết bạn trên facebook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simple friend",
  "version": "1.9.7",
  "description": "Phần mềm điều khiển kết bạn trên facebook",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "node_modules/jquery/dist/jquery.min.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "cookies",
    "tabs",
    "*://simplefriend.asia/",
    "https://m.facebook.com/*",
    "https://facebook.com/*",
    "activeTab",
    "storage",
    "system.storage",
    "system.cpu",
    "system.memory"
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/logo_128.png",
      "32": "images/logo_128.png",
      "48": "images/logo_128.png",
      "128": "images/logo_128.png"
    }
  },
  "icons": {
    "16": "images/logo_128.png",
    "32": "images/logo_128.png",
    "48": "images/logo_128.png",
    "128": "images/logo_128.png"
  }
}