Listen On Repeat

Listen On Repeat

Turn a YouTube link to a ListenOnRepeat Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Listen On Repeat",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "128": "128.png"
  },
  "description": "Turn a YouTube link to a ListenOnRepeat Extension",
  "page_action": {
    "default_icon": "button.png",
    "default_title": "ListenOnRepeat"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "webNavigation"
  ]
}