Download My Youtube Subscriptions

Download My Youtube Subscriptions

什么是Download My Youtube Subscriptions?

Download My Youtube Subscriptions是由Invex开发的Chrome扩展程序,该扩展的主要功能是“Download My Youtube Subscriptions”。

扩展截图

下载Download My Youtube Subscriptions扩展crx文件

下载Download My Youtube Subscriptions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        * Export your YouTube subscriptions to an HTML file with one click. 

* The automatically downloaded html file can be shared by email.                    

扩展基本信息

名称 Download My Youtube Subscriptions Download My Youtube Subscriptions
ID dnemofhfmngncanaemmdnohjicnhjagb
官方URL https://chromewebstore.google.com/detail/download-my-youtube-subsc/dnemofhfmngncanaemmdnohjicnhjagb
简介 Download My Youtube Subscriptions
文件大小 41.23 KB
安装次数 4,420
当前版本 1.0
更新时间 2017-04-18
上架时间 2017-04-17
评分 2.22/5 共9次评分
开发者 Invex
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download My Youtube Subscriptions",
    "description": "Download My Youtube Subscriptions",
    "version": "1.0",
    "icons": {
        "16": "icon_small.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "cs.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}