I just found a working extension and installed on chromium! "Block Image"
https://chrome.google.com/webstore/detail/block-image/pehaalcefcjfccdpbckoablngfkfgfgj
It only has On/Off, but is saving my 100MB quota!
udpate: now using "HTML content blocker" from this tip https://superuser.com/a/1122390/157532
also,
as the accepted answer was about FireFox and not Chrome (therefore I think the OP subject could be changed)
I would like to add this alternative to Linux:
I've been using konqueror most of the time, I just open chromium if I need something specific that works better there.
here the adblock cfg I use that you can import on konqueror:
[AdBlock]
http://*.bmp
http://*.flash
http://*.gif
http://*.jpg
http://*.png
https://*.bmp
https://*.flash
https://*.gif
https://*.jpg
https://*.png
https://*.googleusercontent.com/*
https://encrypted-tbn*.gstatic.com/*
https://graph.facebook.com/*
the last 3 are meant to block images that come w/o explicit extension, have fun adding others :)
if you need to see images once, just keep the settings popup opened and enable/disable the adblock checkbox, quite practical.
3HTTP sends request for A PAGE, which is just HTML text; it's up to the browser to decide what to do with image URLS. – jumpjack – 2016-07-14T09:28:46.843
2are you sure if it disables image download because i am referring to stopping image download not turning off display of images? – Suhan – 2014-04-11T11:45:49.057
@Suhan if this does not disable the download the what you want is simply not possible – Ramhound – 2014-04-11T11:48:38.187
How can you do that? HTTP sends a request to the remote server for a webpage. it returns your request. Im not sure how to stop this... – user3227965 – 2014-04-11T11:49:29.050
1
Opera Turbo is a feature of the Opera web browser might be good. In my experience it helps save bandwidth a lot! http://www.opera.com/turbo
– user3227965 – 2014-04-11T11:50:49.680