|
|
|
|
|
by ksarw
1627 days ago
|
|
What are your thoughts on the built-in network request disabling option or Chrome's option to disable unless clicked?
I know you use Firefox, but for me these options seem to be sufficient for Chrome at least (and are already available). Let me know if I'm mistaken though; I want to make sure that all such concerns are addressed! I also think the badge could be dropped, but in initial stages when traffic is low I think it would really help with engagement. |
|
It is nice, but if I am not getting a comment indicator anyways I would rather just not trust your extension at all.
> Chrome's option to disable unless clicked?
This is pretty good. But I would still prefer a 1-line auditable bookmarklet rather than a large extension.
> I also think the badge could be dropped, but in initial stages when traffic is low I think it would really help with engagement.
Yeah, I can see that. It would be interesting if you could get it just with URL access. You could still check for comments and open the discussion page but you wouldn't need full site access permission. Due to how the permission model works this would probably need to be a separate extension but it would be interesting to have a "Netvyne Lite" version with much less permissions.
...that being said logging every visited site is still a lot of access. But I can see how the comment count is a valuable feature for some users even if it isn't worth the cost for me.
Also for comment count checks are you protecting the URL in any way? For example checking for `sha3("netvyne-" + url)` instead of the raw URL. This way you aren't sending the URL of my URL-accessible Google Docs (for example) to your server.