FLVCD Helper

帮助用户快速使用flvcd.com网站来解析下载视频

What is FLVCD Helper?

FLVCD Helper is a Chrome extension developed by FLVCD团队, and its main feature is "帮助用户快速使用flvcd.com网站来解析下载视频".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download FLVCD Helper Extension CRX File

Download FLVCD Helper 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

                        用户使用该扩展,可以在视频播放页面上点右键来快速跳转到flvcd.com网站解析下载视频。

启动解析的另外三种方式:
1、点击工具栏上的扩展图标解析
2、在网页中的链接上点右键解析
3、在网页中选中一个网址文本后点右键解析

备注:扩展选项界面可以设置在当前标签还是新标签中解析下载。
祝使用愉快!谢谢支持!                    

Extension Basic Information

Name FLVCD Helper FLVCD Helper
ID dajjehkecdcgobjpemgcdjikpdgmiaod
Official URL https://chromewebstore.google.com/detail/flvcd-helper/dajjehkecdcgobjpemgcdjikpdgmiaod
Description 帮助用户快速使用flvcd.com网站来解析下载视频
File Size 6.6 KB
Installation Count 10,000
Current Version 1.0.1
Last Updated 2018-09-19
Publish Date 2018-09-19
Rating 4.10/5 Total 10 Ratings
Developer FLVCD团队
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FLVCD Helper",
    "description": "\u5e2e\u52a9\u7528\u6237\u5feb\u901f\u4f7f\u7528flvcd.com\u7f51\u7ad9\u6765\u89e3\u6790\u4e0b\u8f7d\u89c6\u9891",
    "version": "1.0.1",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "context_menu.js"
        ]
    },
    "browser_action": {
        "default_title": "\u70b9\u51fb\u56fe\u6807\u89e3\u6790\u5f53\u524d\u9875\u89c6\u9891\r\n\u9009\u9879\u9875\u4e2d\u53ef\u4ee5\u4fee\u6539\u6253\u5f00\u65b9\u5f0f",
        "default_icon": "images\/flvcd.png"
    },
    "icons": {
        "16": "images\/flvcd.png"
    },
    "manifest_version": 2
}