qTLS
Examine HTTPS connections on the fly.
What is qTLS?
qTLS is a Chrome extension developed by nickolasburr, and its main feature is "Examine HTTPS connections on the fly.".
Extension Screenshots
Download qTLS Extension CRX File
Download qTLS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Examine HTTPS connections on the fly.
Extension Basic Information
Name | qTLS |
ID | mlhndmhjkoeggdhifdlglkldgppjifpf |
Official URL | https://chromewebstore.google.com/detail/qtls/mlhndmhjkoeggdhifdlglkldgppjifpf |
Description | Examine HTTPS connections on the fly. |
File Size | 153 KB |
Installation Count | 5,522 |
Current Version | 1.0.2 |
Last Updated | 2017-07-25 |
Publish Date | 2017-07-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | nickolasburr |
Payment Type | free |
Extension Website | https://github.com/nickolasburr/qtls |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "qTLS", "short_name": "QTLS", "version": "1.0.2", "description": "Examine HTTPS connections on the fly.", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/data-exchange-48x48.png", "default_popup": "metrics.html", "default_title": "qTLS - click for details" }, "icons": { "16": "icons\/data-exchange-16x16.png", "48": "icons\/data-exchange-48x48.png", "128": "icons\/data-exchange-128x128.png" }, "permissions": [ "debugger", "tabs" ] } |