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": [
        ""
    ]
}