YouTube to iTunes
Opens songs on YouTube directly in iTunes
Vad är YouTube to iTunes?
YouTube to iTunes är en Chrome-tillägg utvecklad av colecrouter1, och dess huvudfunktion är "Opens songs on YouTube directly in iTunes".
Tilläggsskärmbilder
Ladda ner YouTube to iTunes-förlängningens CRX-fil
Ladda ner YouTube to iTunes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ljpocmpfgngfnfjgjeekeoeigdmjhikm |
Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-to-itunes/ljpocmpfgngfnfjgjeekeoeigdmjhikm |
Beskrivning | Opens songs on YouTube directly in iTunes |
Filstorlek | 281 KB |
Antal Installationer | 1,000 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2019-03-04 |
Publiceringsdatum | 2019-03-04 |
Betyg | 3.60/5 Totalt 5 Betyg |
Utvecklare | colecrouter1 |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/" ] } |