GDPlay

GDPlay

Play Video Smoother on gdriveplayer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GDPlay",
  "version": "1.1.2",
  "manifest_version": 2,
  "description": "Play Video Smoother on gdriveplayer",
  "icons": {
    "16": "16-on.png",
    "48": "48-on.png",
    "128": "128-on.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://localhost/*",
        "*://gdriveplayer.to/*",
        "*://redirector.gdrivecdn.me/*",
        "*://playermantab.com/*",
        "*://playerbiasa.xyz/*",
        "*://database.gdriveplayer.us/*",
        "*://databasegdriveplayer.co/*",
        "*://databasegdriveplayer.xyz/*"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "cookies",
    "*://drive.google.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://gdriveplayer.to/*",
      "*://redirector.gdrivecdn.me/*"
    ]
  }
}