Movies

Movies

Watch the best full movies for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Movies",
  "description": "Watch the best full movies for free.",
  "version": "1.0.7",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://moviesbin.org/"
    ],
    "launch": {
      "web_url": "https://moviesbin.org/"
    }
  }
}