YouTube to iTunes
Opens songs on YouTube directly in iTunes
Wat is YouTube to iTunes?
YouTube to iTunes is een Chrome-extensie ontwikkeld door colecrouter1, en de belangrijkste functie is "Opens songs on YouTube directly in iTunes".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube to iTunes
Download YouTube to iTunes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ljpocmpfgngfnfjgjeekeoeigdmjhikm |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-to-itunes/ljpocmpfgngfnfjgjeekeoeigdmjhikm |
Beschrijving | Opens songs on YouTube directly in iTunes |
Bestandsgrootte | 281 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2019-03-04 |
Publicatiedatum | 2019-03-04 |
Beoordeling | 3.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | colecrouter1 |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/" ] } |