SoundCloud ScrollDown

SoundCloud ScrollDown

Scroll down your SoundCloud stream automatically to a desired post by choosing a date!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SoundCloud ScrollDown",
  "short_name": "SC ScrollDown",
  "description": "Scroll down your SoundCloud stream automatically to a desired post by choosing a date!",
  "version": "1.0.6",
  "action": {
    "default_icon": "img/_cloud.png",
    "default_popup": "popup.html",
    "default_title": "SoundCloud ScrollDown"
  },
  "icons": {
    "48": "img/_cloud.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://soundcloud.com/*"
  ]
}