Sibnet BetterPlayer

Sibnet BetterPlayer

View Sibnet videos through the native fast and reliable player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "75",
  "name": "__MSG_extension_name__",
  "short_name": "__MSG_extension_title__",
  "version": "1.3.6",
  "description": "__MSG_extension_descr__",
  "default_locale": "en",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "author": "EbNull",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://*.sibnet.ru/*"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/19x19.png",
      "38": "icons/38x38.png"
    },
    "default_title": "__MSG_extension_title__",
    "default_popup": "browseraction/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://video.sibnet.ru/*"
      ],
      "css": [
        "vendor/plyr.css",
        "contentscripts/content.css"
      ],
      "js": [
        "vendor/jquery.js",
        "vendor/plyr.js",
        "contentscripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "vendor/*"
  ]
}