TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Chrome extension to blur personal data before screen capture

56 pointsby v3nomabout 5 years ago

7 comments

jveabout 5 years ago
Oh, this seems like HTML-aware stuff, so has it&#x27;s niche.<p>For others that want to supercharge screenshotting capabilities, look at Greenshot (<a href="https:&#x2F;&#x2F;getgreenshot.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getgreenshot.org&#x2F;</a>) You can mask whatever you want right away. Torn edges. Highlight. Conveniently set numbers, add text, upload to web and get URL in your clipboard. Or save locally and have File path in your clipboard.<p>By default, When I press print screen, I get the crosshair to crop some region of my screen. Super fast, super convenient. What a time saver. Just a happy user.
评论 #22953193 未加载
v3nomabout 5 years ago
Maker here. I have built the DataMask Chrome extension out of personal frustration when manually hiding private data in screenshots for my blog articles. I was spending a lot of time opening Chrome Dev tools manipulating website content and then finishing the job with Sketch. I wanted a tool which would let me do this work without leaving the browser and remove the need to use dev tools or design software all together. With this in mind DataMask was born. After several iterations it can now automatically scramble all text on a website, draw blur rectangles and enable basic HTML edit capabilities.<p>Give DataMask a go and let me know how I can improve it further.
评论 #22948064 未加载
gnicholasabout 5 years ago
When you click to install, it says the extension can <i>&quot;read and change your data on www.googleapis.com&quot;.</i><p>Can&#x27;t it read and change your data on any site where you invoke it, not just www.googleapis.com? This seems like an interesting conundrum — the only pages where you would invoke it are pages that have information you&#x27;d like to keep private. But you&#x27;re granting the developer of the extension read&#x2F;write access to the content on these pages, which seems unwise unless you know and trust the dev.<p>As someone with an accessibility-related extension that needs broad access, I can say that some folks are hesitant to install any extensions that have broad read&#x2F;write access. Some companies (including Google, I&#x27;m told) forbid employees from installing extensions that have global read&#x2F;write access, and would presumably feel the same way about this extension since it is intended to be invoked on pages with private content. I wish the creator the best of luck — this seems like a cool tool! — but I wonder about how this will pan out.<p>A couple pricing suggestions, since I also started out at $10&#x2F;yr: set your price higher and offer coupons. I thought the affordability and simplicity of $10&#x2F;yr would be a winner, but it isn&#x27;t. People expect discounts on software, so they&#x27;ll wait until they get one. If you don&#x27;t give a coupon, many of them will give up and uninstall. You&#x27;ll have more revenue AND more customers if you price at $15 and give random $5-off coupons.<p>Also, it appears this is a free trial that becomes paid, with no free functionality past the expiration of the trial. I would suggest allowing some functionality (perhaps 2x uses per month?) to post-trial users, so they have a reason to stick around instead of just uninstalling.<p>It would also provide a greater inducement for people to sign up — I like the idea of your extension, but I won&#x27;t install because I don&#x27;t value it at $10&#x2F;yr — and I don&#x27;t want to spend time learning how to use a tool that I&#x27;m only going to have access to for a short time. If there were an ongoing-but-usage-limited functionality, I would be much more likely to install.<p>I&#x27;m happy to share more learnings from 7 years in the Chrome Store, if you find any of this helpful. Contact info is in my profile.
评论 #22953263 未加载
sbassiabout 5 years ago
I get a nasty warning from Ethereum:<p>This domain is currently on the MetaMask domain warning list. This means that based on information available to us, MetaMask believes this domain could currently compromise your security and, as an added safety feature, MetaMask has restricted access to the site. To override this, please read the rest of this warning for instructions on how to continue at your own risk.<p>There are many reasons sites can appear on our warning list, and our warning list compiles from other widely used industry lists. Such reasons can include known fraud or security risks, such as domains that test positive on the Ethereum Phishing Detector. Domains on these warning lists may include outright malicious websites and legitimate websites that have been compromised by a malicious actor.<p>To read more about this site please review the domain on Etherscam.<p>Note that this warning list is compiled on a voluntary basis. This list may be inaccurate or incomplete. Just because a domain does not appear on this list is not an implicit guarantee of that domain&#x27;s safety. As always, your transactions are your own responsibility. If you wish to interact with any domain on our warning list, you can do so by continuing at your own risk.<p>If you think this domain is incorrectly flagged or if a blocked legitimate website has resolved its security issues, please file an issue.
评论 #22953169 未加载
alphast0rmabout 5 years ago
Just an FYI but clicking on the link triggers Metamask&#x27;s [1] Ethereum Phishing Detection, here&#x27;s a screenshot:<p><a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;p2m8nil.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;p2m8nil.png</a><p>[1] <a href="https:&#x2F;&#x2F;metamask.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;metamask.io&#x2F;</a>
评论 #22949036 未加载
notRobotabout 5 years ago
Chrome and privacy don&#x27;t go together. Are you planning on releasing a version for Firefox?<p>Porting extensions to FF is very easy because of how similar WebExtensions is to the Chrome extension API: <a href="https:&#x2F;&#x2F;wiki.mozilla.org&#x2F;WebExtensions" rel="nofollow">https:&#x2F;&#x2F;wiki.mozilla.org&#x2F;WebExtensions</a>
zndrabout 5 years ago
I normally run a <a href="https:&#x2F;&#x2F;crxcavator.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;crxcavator.io&#x2F;</a> check on any extension, but cannot because it&#x27;s free. I&#x27;m assuming this is all done locally?
评论 #22953152 未加载