1-Click Youtube Repeat (with Play Counter)

1-Click Youtube Repeat (with Play Counter)

Click to repeat any Youtube video and keep track of total plays.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "1-Click Youtube Repeat (with Play Counter)",
  "version": "1.0.4resigned1",
  "description": "Click to repeat any Youtube video and keep track of total plays.",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4edf5ce7-595b-44ad-acd3-0ae8c336ee35}"
    }
  }
}