Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mvirkkunen
Created May 26, 2014 17:17
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mvirkkunen/89f61a06819530e48b53 to your computer and use it in GitHub Desktop.
Save mvirkkunen/89f61a06819530e48b53 to your computer and use it in GitHub Desktop.
Tracker-ish URLs found from "Awesome Screenshot" source code
https://chrome.google.com/webstore/detail/awesome-screenshot-captur/alelhddbbhepgpmgidjdcjakblofbmce
How many trackers does a single Chrome extension need?
Seven.
https://ssl.google-analytics.com/ (manifest.json, javascripts/cga.js)
https://cdn.extensionanalytics.com/ (manifest.json, javascripts/feedback.js)
https://pixel.getpaidfordata.com/ (manifest.json, background.html)
https://tags.crwdcntrl.net/ (manifest.json)
https://s.sitebeacon.co/ (javascripts/CDBC/CDBC.js)
https://collector.dataferb.com/ (javascript/DCM/cr-dcm-client.js)
http://lb.crdui.com/, http://t.crdui.com/ (javascripts/Tr/tr.js)
Probably wouldn't even have noticed if that last one wasn't sending my browsing history over the internet /in plain text/.
@WhisperingWempe
Copy link

Thanks! If I had not read the reviews @chrome Web Store I might have installed "Awsome Screenshot App"- I have also sent a notification form through the webstore, since I find such app behaviour unacceptable.

@billythekid
Copy link

Also seems to happen with the "Webpage Screenshot" extension.

@igenis-macmillan
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment