Last Video 123movies

Last Video 123movies

This plugin helps you to remember your last video watched in 123movies website. I am not related with this site or something else.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "author": "Matheus Faustino",
  "developer": {
    "name": "Matheus Faustino",
    "url": "https://github.com/matheusfaustino"
  },
  "name": "Last Video 123movies",
  "version": "1.0.4resigned1",
  "description": "It saves your last episode (in 123movies website) of a serie and plays it for you, when you enter in the series page. I am not related with this site or something else.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://123movies.is/*/*/watching.html"
      ],
      "js": [
        "last_video.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{79ceb438-9de4-4171-9c5e-071292c93561}"
    }
  }
}