Edge Scroll

Edge Scroll

Scroll the page via the edges

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Edge Scroll",
  "description": "Scroll the page via the edges",
  "version": "0.0.1",
  "author": "Xeonr Network",
  "incognito": "split",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "scroller_script.js"
      ]
    }
  ],
  "manifest_version": 2
}