Download My Youtube Subscriptions

Download My Youtube Subscriptions

What is Download My Youtube Subscriptions?

Download My Youtube Subscriptions is a Chrome extension developed by Invex, and its main feature is "Download My Youtube Subscriptions".

Extension Screenshots

Download Download My Youtube Subscriptions Extension CRX File

Download Download My Youtube Subscriptions 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

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

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

Extension Basic Information

Name Download My Youtube Subscriptions Download My Youtube Subscriptions
ID dnemofhfmngncanaemmdnohjicnhjagb
Official URL https://chromewebstore.google.com/detail/download-my-youtube-subsc/dnemofhfmngncanaemmdnohjicnhjagb
Description Download My Youtube Subscriptions
File Size 41.23 KB
Installation Count 4,420
Current Version 1.0
Last Updated 2017-04-18
Publish Date 2017-04-17
Rating 2.22/5 Total 9 Ratings
Developer Invex
Payment Type free
Supported Languages 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": [
        ""
    ]
}