梦中人影视云

各大视频网站云解析,去广告,免VIP,支持爱奇艺、优酷、乐视等视频网站,跳过广告+完全免费VIP视频解析!

What is 梦中人影视云?

梦中人影视云 is a Chrome extension developed by http://www.mzrdy.com, and its main feature is "各大视频网站云解析,去广告,免VIP,支持爱奇艺、优酷、乐视等视频网站,跳过广告+完全免费VIP视频解析!".

Extension Screenshots

screenshot
screenshot
screenshot

Download 梦中人影视云 Extension CRX File

Download 梦中人影视云 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        目前支持爱奇艺、优酷、乐视等主流视频解析,更多视频网站正在开发...

使用方法:(需在视频播放页面操作)
·可使用视频左上角的播放按钮
·播放页面空白处右键--视频云解析
·插件面板会生成解析的二维码,扫码可观看

最近更新内容:v1.1.1
------------------
*增加了视频播放页左上角便捷按钮
*修复了一堆bug...
*新增腾讯、芒果、搜狐等视频网站VIP解析...                    

Extension Basic Information

Name 梦中人影视云 梦中人影视云
ID magpmjhjhpliiomlmgpcfkbpadnnmmio
Official URL https://chrome.google.com/webstore/detail/%E6%A2%A6%E4%B8%AD%E4%BA%BA%E5%BD%B1%E8%A7%86%E4%BA%91/magpmjhjhpliiomlmgpcfkbpadnnmmio
Description 各大视频网站云解析,去广告,免VIP,支持爱奇艺、优酷、乐视等视频网站,跳过广告+完全免费VIP视频解析!
File Size 53.52 KB
Installation Count 1,000
Current Version 1.11
Last Updated 2020-02-17
Publish Date 2020-02-17
Rating 3.13/5 Total 8 Ratings
Developer http://www.mzrdy.com
Email [email protected]
Payment Type free
Extension Website https://mzry.applinzi.com/mzr/pcparse/chajian
Help Page URL https://mzry.applinzi.com/mzr/pcparse/help
Supported Languages zh-CN
manifest.json
{
    "name": "\u68a6\u4e2d\u4eba\u5f71\u89c6\u4e91",
    "version": "1.11",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u5404\u5927\u89c6\u9891\u7f51\u7ad9\u4e91\u89e3\u6790\uff0c\u53bb\u5e7f\u544a\uff0c\u514dVIP\uff0c\u652f\u6301\u7231\u5947\u827a\u3001\u4f18\u9177\u3001\u4e50\u89c6\u7b49\u89c6\u9891\u7f51\u7ad9\uff0c\u8df3\u8fc7\u5e7f\u544a+\u5b8c\u5168\u514d\u8d39VIP\u89c6\u9891\u89e3\u6790\uff01",
    "icons": {
        "16": "images\/icons16.png",
        "48": "images\/icons48.png",
        "128": "images\/icons128.png"
    },
    "browser_action": {
        "default_title": "\u68a6\u4e2d\u4eba\u5f71\u89c6\u4e91",
        "default_icon": "images\/icons16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "script\/jquery.js",
                "script\/yunjiexi.js"
            ],
            "matches": [
                "*:\/\/www.iqiyi.com\/*",
                "*:\/\/v.youku.com\/*",
                "*:\/\/www.le.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ]
}