Live data from Hacker News

Show HN: Chrome extension – Keyword search volume for Google analytics and GWT

chrome.google.com

1–10 of 14 posts

Re: Show HN: Chrome extension – Keyword search volume for Google analytics and GWT

#3
post #2

I bit and added it, please don't slow down my chrome to a crawl, thanks!

You shouldn't see any slowdown. The code uses minimal resources - reads the table data, calls a webservice and injects the keyword volume and cpc numbers.

Re: Show HN: Chrome extension – Keyword search volume for Google analytics and GWT

#10
Every time you search on Google a request is made to https://keywordkeg.com/service/1/getKeywordData.php to grab pricing/volume data. This means keywordkeg is aware of all your google searches. A privacy-aware solution could have been to make direct requests to Google API without proxying via keywordkeg middleware.
Post reply on HN