Can it be installed without using the Creative Cloud application? It was possible in version 3. The same method doesn't work for me. Any solution? Thank you.
Instructions for Windows: - Unpack each module using below folder names: com.tk.comboV9_4.0.0 com.tk.cxV9_v4.0.0 com.tk.exportV9_v4.0.0 com.tk.multimaskV9_v4.0.0 com.tk.myactionstab1V9_v4.0.0 com.tk.myactionstab2V9_v4.0.0 com.tk.myactionstab3V9_v4.0.0 com.tk.myactionstab4V9_v4.0.0 com.tk.myactionsV9_v4.0.0 - Go to route C:\Users\<username>\AppData\Roaming\Adobe\UXP\Plugins\External\ and copy the folders there. This should work.
I haven't tried v4, but I tried v3 (Win). It was showed in Plugin section but cannot open, it shows "there is a problem, contact Tony Kuyper". Do you have any idea or suggestion?
That check inside a code looks for 3 things: 1) Plugin folder contains string "plug-ins" "C:\Program Files\Adobe\Adobe Photoshop 2026\Plug-ins" - bad "C:\Users\<username>\AppData\Roaming\Adobe\UXP\Plugins\External\" - good 2) Plugin folder does NOT contain string "com.tk." (it doesn't check a full name) "C:\Users\<username>\AppData\Roaming\Adobe\UXP\Plugins\External\comboV9" - bad "C:\Users\<username>\AppData\Roaming\Adobe\UXP\Plugins\External\com.tk.comboV9_4.0.0" - good 3) Plugin id in manifest.json contains "com.tk" like "com.tk.comboV8" but who would change this? And usually that "id"="folder name" assigned to a plugin during ACC installation So the correct path should be like "C:\Users\<username>\AppData\Roaming\Adobe\UXP\Plugins\External\com.tk.comboV8" and so on for the others.
Point 3), I changed the folder name to be the same Plugin id in manifest.json Point 1) "C:\Program Files\Adobe\Adobe Photoshop 2026\Plug-ins" - showed in plug-in section when opening PTS but couldn't open "C:\Users<username>\AppData\Roaming\Adobe\UXP\Plugins\External" - not show anything in the plug-in section Thank you very much for your support