Dribbble. Infinite.

Dribbble. Infinite.

New infinite scrolling for Dribbble recent page based on ID fetching. Other standard enhancements included!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "ermushko",
  "content_scripts": [
    {
      "js": [
        "js/libs/jquery.js",
        "js/index.js"
      ],
      "css": [
        "styles/styles.css",
        "styles/panel.css"
      ],
      "matches": [
        "https://dribbble.com/shots?sort=recent*"
      ]
    }
  ],
  "description": "New infinite scrolling for Dribbble recent page based on ID fetching. Other standard enhancements included!",
  "homepage_url": "http://www.vk.com/ermushko",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png",
    "512": "icons/icon_512.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2,
  "name": "Dribbble. Infinite.",
  "permissions": [
    "webNavigation",
    "https://dribbble.com/*"
  ],
  "short_name": "Dribbble. Infinite.",
  "version": "0.0.71",
  "web_accessible_resources": [
    "assets/*"
  ]
}