|
|
|
|
|
by joosters
4794 days ago
|
|
Chrome addon permissions are terrifying. 'Access your data on all websites', 'Access your tabs and browsing history'. All this when the code is a one-liner: chrome.extension.sendRequest({ spdy: window.chrome.loadTimes().wasFetchedViaSpdy });
It's not the extension's fault, but Google's. I guess they want us to get used to ignoring the scary permissions?(Also, wouldn't it be good if the Chrome store had a link to the developer / source? All I could find on there was a username 'rauchg') |
|