Examine source code of VIP视频免费播放

Inspect and view changes in VIP视频免费播放 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "视频免费播",
  "description": "腾讯视频、爱奇艺、优酷、芒果TV、搜狐视频、阿里影业、企鹅影业、京东视频旗下等视频免费在线观看,在工具条中会插入一排播放链接,点开就能去外站播放当前视频,如果部分播放慢或不成功可以多试几个",
  "version": "1.0.15",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "page_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "./js/content_script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "./js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "*://*/*"
  ]
}