auto-scroller by ~wlatrednomiikc

auto-scroller by ~wlatrednomiikc

Just a simple auto scroller for lazy persons ^_^

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "auto-scroller by ~wlatrednomiikc",
  "description": "Just a simple auto scroller for lazy persons ^_^",
  "version": "1.2",
  "browser_action": {
    "default_icon": "icon-128.png",
    "default_popup": "window.html"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ]
}