Nextvid Stopper for YouTube™

Nextvid Stopper for YouTube™

This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nextvid Stopper for YouTube™",
  "description": "This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.",
  "version": "1.8",
  "background": {
    "scripts": [
      "stop.js"
    ],
    "persistent": false
  },
  "icons": {
    "19": "icon19.png",
    "32": "icon32.png",
    "38": "icon38.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "icon19.png",
      "32": "icon32.png",
      "38": "icon38.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "Nextvid Stopper for YouTube™ Enabled"
  },
  "options_page": "options.html",
  "permissions": [
    "declarativeContent",
    "tabs",
    "*://*.youtube.com/",
    "storage"
  ]
}