I'm trying to get 3 YouTube URLs in Chrome in App Mode as shown on this screenshot:
https://cloudup.com/ccvmwLin2GB
Unfortunately, the URLs open separately and not in a group. Here's my Saved Group file:
[GroupyEntry1]
OwnerProcess=C:\Program Files (x86)\Google\Chrome Beta\Application\chrome.exe
RunElevated=0
NoPatternMatching=0
CommandLine= --app="https://www.youtube.com"
WorkingDirectory=C:\Program Files (x86)\Google\Chrome Beta\Application
Target=C:\Program Files (x86)\Google\Chrome Beta\Application\chrome.exe
MatchingClass=Chrome_WidgetWin_1
[GroupyEntry2]
OwnerProcess=C:\Program Files (x86)\Google\Chrome Beta\Application\chrome.exe
RunElevated=0
NoPatternMatching=0
CommandLine= --app="https://www.youtube.com/feed/subscriptions"
WorkingDirectory=C:\Program Files (x86)\Google\Chrome Beta\Application
Target=C:\Program Files (x86)\Google\Chrome Beta\Application\chrome.exe
MatchingClass=Chrome_WidgetWin_1
[GroupyEntry3]
OwnerProcess=C:\Program Files (x86)\Google\Chrome Beta\Application\chrome.exe
RunElevated=0
NoPatternMatching=0
CommandLine= --app="https://www.youtube.com/playlist?list=WL"
WorkingDirectory=C:\Program Files (x86)\Google\Chrome Beta\Application
Target=C:\Program Files (x86)\Google\Chrome Beta\Application\chrome.exe
MatchingClass=Chrome_WidgetWin_1
[Group]
GroupCount=3
GroupLeft=0
GroupTop=0
GroupRight=-430
GroupBottom=2031
GroupMax=1
I must not have the correct syntax for the CommandLine line. I also tried:
--new-window https://www.youtube.com/feed/subscriptions
and
--app https://www.youtube.com/feed/subscriptions
with no avail. What could I do to get these to group as one?
Thanks in advance!