YouTube to iTunes

Opens songs on YouTube directly in iTunes

YouTube to iTunesとは何ですか?

YouTube to iTunesはcolecrouter1によって開発されたChromeの拡張機能で、その主な機能は「Opens songs on YouTube directly in iTunes」です。

拡張機能のスクリーンショット

screenshot

YouTube to iTunes拡張機能のCRXファイルをダウンロード

YouTube to iTunes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simple Extension that finds the song you're listening to on YouTube, and opens it in iTunes. Press the button on the extension to view the button.                    

拡張機能の基本情報

名前 YouTube to iTunes YouTube to iTunes
ID ljpocmpfgngfnfjgjeekeoeigdmjhikm
公式URL https://chrome.google.com/webstore/detail/youtube-to-itunes/ljpocmpfgngfnfjgjeekeoeigdmjhikm
説明 Opens songs on YouTube directly in iTunes
ファイルサイズ 281 KB
インストール数 1,000
現在のバージョン 0.4
最終更新日 2019-03-04
公開日 2019-03-04
評価 3.60/5 合計 5 レビュー
開発者 colecrouter1
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube to iTunes",
    "manifest_version": 2,
    "version": "0.4",
    "description": "Opens songs on YouTube directly in iTunes",
    "icons": [],
    "browser_action": {
        "default_icon": "icons\/apple.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "jquery.js",
                "itunes1.js",
                "itunes2.js",
                "script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/"
    ]
}