A modified clone of https://github.com/redpois0n/hsts-everywhere-chrome "Forces Chrome to use HTTP Strict Transport Security on all HTTPS connections https://chrome.google.com/webstore/detail/hsts-enforcer/ingdjdekfhnapeoiiinplcadnfimnnkh "

Emanuel Czirai e1a975ddb7 to ignore list hace 8 años
.gitignore eb6f4b3f4e ignore .swp files / vim hace 8 años
CONTRIBUTING.md 3d0857bd36 ignore that part hace 8 años
LICENSE 8193342bbd here's a license... hace 8 años
README.md 02628dcfd7 mention redir-loop mitigation hace 8 años
background.js e1a975ddb7 to ignore list hace 8 años
icon.png 693d2897c2 Icon hace 8 años
manifest.json 7a0bdb2fcc change loglevels to logflags hace 8 años
options.html dd42400e11 this quick link to extensions page won't work hace 8 años

README.md

hsts-everywhere-chrome

Forces Chrome/Chromium to use HTTP Strict Transport Security on all HTTPS connections, for all subdomains of the specific hostname you're trying to connect to. Also forces https on all urls, blocks http(but can allow it if you set a var). Can force disable HSTS, or can ignore hosts in hardcoded lists. Auto-ignores hosts that cause redir-loops eg. imdb.com and thus it http isn't allowed(which is the default) it will block the site, else it will load it on http; instead of entering redir-loop trying to https it!

Default max-age is 6 months. Change this in background.js in seconds

var max_age = "15570000";

Credits