Open in YouTube for YouTube Music
Chrome extension to add a "Open in YouTube" feature for YouTube Music
Vad är Open in YouTube for YouTube Music?
Open in YouTube for YouTube Music är en Chrome-tillägg utvecklad av Lucas Riondel, och dess huvudfunktion är "Chrome extension to add a "Open in YouTube" feature for YouTube Music".
Tilläggsskärmbilder
Ladda ner Open in YouTube for YouTube Music-förlängningens CRX-fil
Ladda ner Open in YouTube for YouTube Music-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
Open in YouTube for YouTube Music is a Google Chrome that add items in YouTube Music's contextual menu that allows the user to navigate quickly to the linked YouTube ressources.
Known bugs :
- If the contextual menu is larger than the screen (forcing you to scroll to access items), added items won't work. Grundläggande Information om Tillägg
| Namn | |
| ID | odekbjpmanmghgfppjdkbnechlkacojc |
| Officiell webbadress | https://chromewebstore.google.com/detail/open-in-youtube-for-youtu/odekbjpmanmghgfppjdkbnechlkacojc |
| Beskrivning | Chrome extension to add a "Open in YouTube" feature for YouTube Music |
| Filstorlek | 17.42 KB |
| Antal Installationer | 1,260 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2020-12-19 |
| Publiceringsdatum | 2020-05-03 |
| Betyg | 2.00/5 Totalt 7 Betyg |
| Utvecklare | Lucas Riondel |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Open in YouTube for YouTube Music",
"version": "0.3",
"description": "Chrome extension to add a \"Open in YouTube\" feature for YouTube Music",
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"content_scripts": [
{
"js": [
"main.js"
],
"css": [
"style.css"
],
"matches": [
"https:\/\/music.youtube.com\/*"
]
}
]
} | |