Yangichek (Янгичек)

Yangichek (Янгичек)

Скачивание видео из видеохостингов Узбекистана (Tas-IX). Пока только работает с Mover.uz.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "author": "Farhodjon Chinberdiyev",
  "description": "__MSG_extDescription__",
  "default_locale": "ru",
  "version": "0.0.5",
  "background": {
    "persistent": true,
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://mover.uz/watch/*",
        "http://*.mover.uz/watch/*",
        "https://mover.uz/watch/*",
        "https://*.mover.uz/watch/*"
      ],
      "js": [
        "js/mover.js",
        "js/common.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/yach-16.png",
    "48": "icons/yach-48.png",
    "128": "icons/yach-128.png"
  },
  "permissions": [
    "downloads",
    "http://*.mover.uz/*",
    "http://mover.uz/*",
    "https://*.mover.uz/*",
    "https://mover.uz/*"
  ]
}