extension ExtPose

HTTP/2 and SPDY indicator (delisted)

CRX id

mpbpobfflnpcgagjijhmgnchggcjblin-

Description from extension meta

An indicator button for HTTP/2, SPDY and QUIC support by each website.

Image from store HTTP/2 and SPDY indicator
Description from store HTTP/2 (based on Google's SPDY) makes the information exchange between browser and server significantly more performant. Websites and applications that upgrade their infrastructure to support them are at a clear advantage. This extension shows a lightning icon in the address bar that's blue if the page is HTTP/2 enabled, green if the page is SPDY enabled, and gray if neither is available. Currently it leverages the browser API for determining this, which relies on the protocol used for the initial page request. **NEW in 1.0.0: support for latest Chrome, performance improvements, better icons!** **NEW in 0.7.1: title and description improvements"** **NEW in 0.7.0: added SPDY/5a1 support"** **NEW in 0.6.0: added HTTP/2 icon [MATSUU Takuto]"** **NEW in 0.5.0: added SPDY3.1 icon [MATSUU Takuto]"** **NEW in 0.4.0: fix SPDY2 icon and added QUIC! [MATSUU Takuto]"** **NEW in 0.3.0: version numbers for SPDY 2 and 3 in the icon [MATSUU Takuto]** **NEW in 0.2.0: option to disable gray icon when SPDY is not enabled**

Latest reviews

  • (2019-11-07) Brian Gregory: Great. But how about showing HTTP/3 now that Chrome supports it?
  • (2019-03-21) Jakob Hirsch: gives deprecation warning in recent chrome versions because it's using loadTimes. Nice ext though.
  • (2018-10-31) yu liu: why i cannot see the red color, even when i open google and youtube? I have enable QUIC in my chrome. it always shows the blue color with http2 enabled. but i didn't find quic session
  • (2018-10-30) Matej Nastran: It'f fune, but unfortunately is doesn't work for one of my IDN domains.
  • (2018-02-28) Jie Dai: [Deprecation] chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2. https://www.chromestatus.com/features/5637885046816768. (anonymous) @ content.js:4
  • (2018-02-19) Gabriel Millerd: please fix the load times issue
  • (2018-02-07) Ami Y.: Still works fine, but started throwing deprecated error in Chrome's console: [Deprecation] chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2
  • (2018-01-26) Haiping Xiao: content.js:5 [Deprecation] chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2. https://www.chromestatus.com/features/5637885046816768. has a waring in latest chrome, can you update it ?
  • (2017-11-21) Stefan H: nice extension. works properly!
  • (2017-11-09) Ghost Onekey: gj
  • (2017-09-07) Jovien Chia: Very nice and handy extension. Highly recommended to check whether your connection to a particular server is on which type of protocol.
  • (2017-07-24) Francesco De Francesco: Very useful
  • (2017-04-27) Tommy Lee: Good day! Ready to buy your extension at a good price. Or we can help you for monetizing of it. Contact me for details. [email protected] Skype: Tendy.Max
  • (2016-12-29) 漠然: very goold
  • (2016-12-09) Jerry Liu: really handy stuff.
  • (2016-10-20) István ifj. Dankaházi: Please prepare Apple Safari!
  • (2016-09-03) ヤノヒデノブ: Vivaldiも対応してた!
  • (2016-06-03) Changhyeon Lim: Fantastic!
  • (2016-03-29) Jarmo Isotalo: Wonderful extension!
  • (2016-03-25) Michał Kwiatek: blue icon on dark theme doesn't look good
  • (2016-03-11) Александр Шишенко: Great tool, but latest update was not cool. A tiny icon in address bar is better (and less clutter-y) than a huge button.
  • (2016-02-21) Suresh Lamani: superb
  • (2016-01-23) Oleksandr Fradynskyi: Thank you!
  • (2015-12-02) Dead J. Dona: put icon back to address bar!!!!!!!!
  • (2015-11-10) Ken Tobias: Very nice except that clicking the icon is now broken for HTTP2/SPDY as the name has changed in chrome.
  • (2015-10-21) Hanxue Lee: Simply works
  • (2015-10-18) Yasin inat: Thank you.

Latest issues

  • (2020-07-23, v:1.0.0) William Feely: Add indicator for HTTP/3 QUIC
    Just tested on quic.nginx.org after enabling QUIC h3-27 in the command line, but the extension is not indicating any accelerated protocol. Perhaps, since SPDY is dead use red for HTTP/3?
  • (2019-07-15, v:1.0.0) Nicholas: Chrome load times
    Hi Chrome loadTimes() will be deprecated. It already started to show up some warnings. It would be good to fix it. https://www.chromestatus.com/features/5637885046816768 Thanks
  • (2019-03-22, v:1.0.0) Dark Mode color-scheme
    The Blue used to indicate HTTP/2 is poorly contrasted when in Dark Mode. Perhaps automatically switch the color in Dark Mode to a yellow/green, or make the color selectable - either by explicitly setting it or selecting from a small list of options
  • (2019-01-27, v:1.0.0) Thomas Copper: HTTP/2 and SPDY indicator has to be updated
    Chrome 71 doesn't use chrome://net-internals/ any more, now it uses chrome://net-export, so this extension no longer compatible with latest chrome and has to be updated.
  • (2018-12-14, v:1.0.0) Tomas Rakusan: net-internals has been removed
    Chrome 71 no longer has net-internals. I think that this might be the reason why this extension no longer distinguishes between h2 and quick.
  • (2018-12-14, v:1.0.0) Huazhi Cai: Do not use chrome.loadTimes
    content.js:4 [Deprecation] chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2. https://www.chromestatus.com/features/5637885046816768.
  • (2018-09-17, v:1.0.0) Deprecation warning in console
    [Deprecation] chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2. https://www.chromestatus.com/features/5637885046816768. (anonymous) @ content.js:5 The error can be corrected in the lines: chrome.runtime.sendMessage({ spdy: loadTimes.wasFetchedViaSpdy, info: loadTimes.npnNegotiatedProtocol || loadTimes.connectionInfo });
  • (2018-07-29, v:1.0.0) Shawn Reed: won't display QUIC with Chrome 68
    My site doesn't change the indicator green after upgrading to Chrome 68.
  • (2018-07-26, v:1.0.0) Андрей Мильнер: Warning about loadTimes() method...
    [Deprecation] chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2. https://www.chromestatus.com/features/5637885046816768.
  • (2018-06-20, v:1.0.0) 张嘉博: Deprecation API
    [Deprecation] chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2. https://www.chromestatus.com/features/5637885046816768.
  • (2018-05-24, v:1.0.0) TSHONDOYOKO A: apache from wamp server not working
    just install wamp server every thing running means all are green but when tried apache i got 404 not found can you please help?

Statistics

Installs
70,000 history
Category
Rating
4.7 (205 votes)
Last update / version
2016-03-11 / 1.0.0
Listing languages
en

Links