视频VIP解析

Build an Extension!

What is 视频VIP解析?

视频VIP解析 is a Chrome extension developed by wangchongoppo, and its main feature is "Build an Extension!".

Extension Screenshots

screenshot

Download 视频VIP解析 Extension CRX File

Download 视频VIP解析 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

                        解析VIP视频 可自定义解析视频网址,方便好用的工具。                    

Extension Basic Information

Name 视频VIP解析 视频VIP解析
ID pdeidgdadeplmmcpkochpaimdbmbiefg
Official URL https://chromewebstore.google.com/detail/%E8%A7%86%E9%A2%91vip%E8%A7%A3%E6%9E%90/pdeidgdadeplmmcpkochpaimdbmbiefg
Description Build an Extension!
File Size 11.65 KB
Installation Count 3,413
Current Version 0.1
Last Updated 2019-05-22
Publish Date 2019-05-17
Rating 4.29/5 Total 7 Ratings
Developer wangchongoppo
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u89c6\u9891VIP\u89e3\u6790",
    "version": "0.1",
    "description": "Build an Extension!",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "vip_url.html",
        "default_icon": {
            "16": "images\/video_16.png",
            "32": "images\/video_32.png",
            "48": "images\/video_48.png",
            "128": "images\/video_128.png"
        }
    },
    "icons": {
        "16": "images\/video_16.png",
        "32": "images\/video_32.png",
        "48": "images\/video_48.png",
        "128": "images\/video_128.png"
    },
    "manifest_version": 2
}