Twitter scroll top

Twitter scroll top

Расширение добавляет элемент "Скролл вверх" на страницах сайта twitter.com. При проскроливании страницы вниз, всю пустую левую…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Twitter scroll top",
  "version": "0.1.4",
  "icons": {
    "16": "images/logo_16x16.png",
    "48": "images/logo_48x48.png",
    "128": "images/logo_128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "js/jquery-1.10.min.js",
        "js/main.js"
      ],
      "css": [
        "css/style.css"
      ]
    }
  ]
}