One Lướt Xem.vn

One Lướt Xem.vn

Lướt và lướt mà không cần nhấn Qua trang - by Ninh (#ReeganExE) http://www.facebook.com/ReeganExE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "One Lướt Xem.vn",
  "short_name ": "One Lướt Xem.vn",
  "version": "4.0",
  "description": "Lướt và lướt mà không cần nhấn Qua trang - by Ninh (#ReeganExE) http://www.facebook.com/ReeganExE",
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "https://xem.vn/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "sharieye_04.png",
    "128": "sharieye_04.png"
  }
}