secretlint
Integrate secretlint into DevTools.
What is secretlint?
secretlint is a Chrome extension developed by azu, and its main feature is "Integrate secretlint into DevTools.".
Extension Screenshots
Download secretlint Extension CRX File
Download secretlint 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
Secretlint detect credentials that are included in your request/response. Usage 1. Open browser's Developer Tools 2. ✅ Disable Cache 3. Reload page and secretlint report found credentials in your request/response. Supported secrets - API tokens: GitHub/Slack/SendGrid/AWS/GCP etc. - Private keys - IP Address - Plain Authorization header Source Code - https://github.com/secretlint/webextension
Extension Basic Information
Name | secretlint |
ID | hidpojbnemkajlnibhmeilpgoddkjjkf |
Official URL | https://chromewebstore.google.com/detail/secretlint/hidpojbnemkajlnibhmeilpgoddkjjkf |
Description | Integrate secretlint into DevTools. |
File Size | 664 KB |
Installation Count | 248 |
Current Version | 1.3.4 |
Last Updated | 2021-08-23 |
Publish Date | 2021-08-15 |
Developer | azu |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/secretlint/webextension |
Help Page URL | https://github.com/secretlint/webextension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.3.4", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "32": "images\/icon-32.png", "96": "images\/icon-96.png", "192": "images\/icon-192.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "js": [ "scripts\/contentScript.js" ], "matches": [ " |