-
-
Notifications
You must be signed in to change notification settings - Fork 665
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
Brave Browser Exention Removal #468
Comments
You can specify the extension in policies in neko/.docker/google-chrome/policies.json Lines 28 to 38 in e26e595
|
I tried this method bud sadly it is not valid for my project. I am have not developed the extentions as a .CRX , my extention changes based on the User and is delivered automatically to the user as a Package . if the method is not clear to you i could send you Screenshots and etc... thanks for the follow up |
So you want to load unpacked extension. You can do it by adding arg to google chrome:
You can add that to supervisord config. |
My problem is not during adding or removing the extention to my code. The users who are using my system are not supposed to be able to delete the extention from their browser while using the NEKO stream. I need a method to prevent the users from deleting the unpacked extention from their browser when they browse using NEKO . thanks for your support . |
Hello again. Have you found a method or do you have any recommendations that I could use for the problem I sent yesterday? aside from the project this is more of a personal question. Have you played WoW ? Your name was extremely familiar to someone I used to play games with during highschool , his in game name was Nightstalky( Undead Mage). |
I don't know if there is any way to secure unpacked extention so that it can't be removed. Maybe you could package your own extension (having some script that does it automatically whenever you need) and then apply all existing extension policies. No i havent played WoW, must be a coincidence. |
Hello ,
I need some assistance regarding a development of an extention.
I have developed an extention that uses NEKO but I want to prevent the user from being able to delete the extention while using the NEKO screen streaming. Would you have any recommendations or is there an available method that I could be using for preventing this situation from happening ?
Regards and thanks for your support.
The text was updated successfully, but these errors were encountered: