android scroll style

android scroll style

Like android's scroll bars. Forked from onlywsx's chrome extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "css": [
        "css-firefox.css"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "onload-firefox.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Like android's scroll bars. 像android的滚动条。Forked from onlywsx's extension. 移植自onlywsx的原扩展",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "scroll style",
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.2.2resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{51b269bc-390e-4216-a73c-8b3377213010}"
    }
  }
}