-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Improvement) move "Service Worker" to "Cache" folder and preference "Clear Cache on exit" #115
Comments
The Cache folder is created by Chrome as part of the browser’s native functionality. Chrome++ only adds command line switches to Chrome without altering its content. Hence, I disagree with moving Service Worker into the Cache folder. Given the complexity of the user data folder structure and the differing needs of each user, I do not believe it is appropriate for me to specify which "junk" files should be cleared. However, I am open to adding a feature that runs a specific program or script upon Chrome's startup or termination. What do you think? |
Great idea - with this I could run .bat script (or autokey's exe) to clean Cache and Service Worker folder (on exit) |
…ection (#115) (#117) * feat: add `launch_on_exit` functionality * feat: add `launch_on_startup` functionality * feat: add `kill_launch_on_exit` and first run detection * comment * feat: update LaunchCommands to accept show_command parameter for better control * chore: reorder parameters in `LaunchCommands` for consistency
I've tried - it doesn't handle spaces in the path (the path, where chrome.exe is, contains space)
|
Try adding a semicolon at the end, for example: |
In fact, there are still some issues with path handling, and I will make some changes later.
This is expected behavior, currently only the Windows standard environment variables and |
Ok. I just made
|
Hi
Big thank You for chrome plus (I'm using mostly to mitigate preference encryption by chrome/chromium).
The separate Cache folder is great idea, but there is another "big boy" folder, that is often full of garbage - Service Worker (which is in profile -> Default -> Service Worker). It is keep growing over time and if You delete it, then the next visit to web site (that using service workers) will recreate it with its content - no big loss.
But the current version of "chrome plus" has a lack of "clear cache on exit" switch/preference (1 - clear, 0 - leave).
It will be great to have one 😄
Please 😃
The text was updated successfully, but these errors were encountered: