traceroute - Is there any browser extension which shows the ip route of the site just opened?

06
2014-04
  • Rishav Sharan

    For example, i open up a video on youtube. Is there an extension which will show me all the hops that my connection had to make along with the latency?

    the extension can be either firefox or chrome based.

  • Answers
  • hamed

    I found this extension that do the trace route:

    WorldIP - flag and datacenter, ping and traceroute 2.2.1
    by Alrond
    REAL location of web server,IP,Datacenter,Ping,Traceroute,RDNS,AS. Often shows different countries from similar add-ons,because it is based on data from core routers worldwide,and not on whois data.Real Google's data centers.Providers looking glasses

    you can get it from this link.

  • Frank Thomas

    no, this is not usually possible, because TCP packets in a connection often take differant routes to the destination, so there is no single route to show. Tracert works because its essentially a single communication through the ether , so it simulates the path that a single packet would take, but is not representative of all the packets in a complex flow like a streamed video. Such an extension would show one or more potential routes to the destination, but wouldn't necessarily show you the route that your packets are taking when trying to watch a video.

  • Ben Lavender

    You’re best using a third-party application to do this tracert style along with the latency etc.


  • Related Question

    browser addons - Firefox extension to open mailto in Hotmail?
  • Tony_Henrich

    I used to use a Firefox extension which opened mailto links in one of the popular web based emails systems like Hotmail. I can't locate it.


  • Related Answers
  • alex

    You can follow this short tutorial:

    1. Type about:config into your location bar and hit enter. If you've never edited used about:config before, you'll see a warning.
    2. Click I'll be careful, I promise! This will bring you to the about:config window.
    3. In the filter field type gecko. Double click the first entry gecko.handlerService.allowRegisterFromDifferentHost to change the value to true.
    4. Copy and paste the text between the following text into the location bar and hit enter: javascript:navigator.registerProtocolHandler('mailto','http://hotmail.msn.com/secure/start?action=compose&to=%s','Hotmail');
    5. You will see an information bar drop down at the top of the window. Click Add Application. You've finished installing the Hotmail protocol now you just need to select it.
    6. Go to Firefox>Preferences>Applications, if you are using a Mac, or Tools>Options>Applications, if you are using Windows. Now scroll down the list by content type and find mailto. In the drop-down menu to the right select Use Hotmail.
    7. Next, return to about:config.
    8. If the warning comes up again, click I'll be careful, I promise!
    9. In the filter field type gecko, and double click the first entry gecko.handlerService.allowRegisterFromDifferentHost to change the value back to false.
  • MrStatic

    If you also use greasemonkey you can use http://userscripts.org/scripts/show/56873 which does what you want.