HiFB Auto Chọc - Tăng tương tác an toàn

HiFB Auto Chọc - Tăng tương tác an toàn

HiFB Auto Chọc sử dụng cơ chế tự nhiên như bấm tay giúp tăng tương tác bằng hình thức chọc 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": 3,
  "name": "HiFB Auto Chọc - Tăng tương tác an toàn",
  "version": "1.0.0",
  "description": "HiFB Auto Chọc sử dụng cơ chế tự nhiên như bấm tay giúp tăng tương tác bằng hình thức chọc trên facebook",
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "lib/jquery.js",
        "lib/jquery-ui.min.js",
        "lib/function.js",
        "app.js"
      ],
      "css": [
        "lib/style.css",
        "lib/jquery-ui.css"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "*://*.facebook.com/*"
  ],
  "icons": {
    "16": "img/logo-hifb-auto-choc_128x128.png",
    "48": "img/logo-hifb-auto-choc_128x128.png",
    "128": "img/logo-hifb-auto-choc_128x128.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_title": "Click để mở Auto Chọc",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/poking.gif",
        "img/logo-hifb-auto-choc_128x128.png",
        "img/hidigital-bg-logo.png"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ]
    }
  ]
}