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
官方網址 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": [
        ""
    ]
}