Nimo.tv Plus

Nimo.tv Plus

Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.3",
  "description": "__MSG_appDesc__",
  "default_locale": "pt_BR",
  "permissions": [
    "https://*.nimo.tv/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.nimo.tv/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2
}