YTSC Repeater

YTSC Repeater

Easily redirect to "ListenOnRepeat" or "SoundCloudRepeat" while listening music on Youtube/SoundCloud.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YTSC Repeater",
  "version": "0.1",
  "description": "Easily redirect to \"ListenOnRepeat\" or \"SoundCloudRepeat\" while listening music on Youtube/SoundCloud.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icon-19.png",
    "default_title": "Repeat this sound"
  },
  "permissions": [
    "http://soundcloud.com/*",
    "https://soundcloud.com/*",
    "http://www.youtube.com/*",
    "https://www.youtube.com/*",
    "tabs"
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}