Swagger Auto Auth
Auto authenticates swagger api endpoints page.
What is Swagger Auto Auth?
Swagger Auto Auth is a Chrome extension developed by totaldebug.llc, and its main feature is "Auto authenticates swagger api endpoints page.".
Extension Screenshots
Download Swagger Auto Auth Extension CRX File
Download Swagger Auto Auth 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
An extension that will automatically fill out an API key of your choice for a swagger ui page. The extension stores the API key using chrome.storage, which means it syncs across devices. We take no responsibility regarding any leak of API keys, or other security issues. (source code:: https://github.com/Totalbug92/AutoAuthSwagger )
Extension Basic Information
Name | Swagger Auto Auth |
ID | oeomghcplmcmkicdkdjdfngkafblepgn |
Official URL | https://chromewebstore.google.com/detail/swagger-auto-auth/oeomghcplmcmkicdkdjdfngkafblepgn |
Description | Auto authenticates swagger api endpoints page. |
File Size | 363 KB |
Installation Count | 129 |
Current Version | 0.0.0.3 |
Last Updated | 2021-05-15 |
Publish Date | 2021-05-14 |
Rating | 5.00/5 Total 3 Ratings |
Developer | totaldebug.llc |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Totalbug92/AutoAuthSwagger |
Help Page URL | https://github.com/Totalbug92/AutoAuthSwagger |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swagger Auto Auth", "description": "Auto authenticates swagger api endpoints page.", "version": "0.0.0.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "\/images\/icon\/key_icon128.png" } }, "icons": { "128": "\/images\/icon\/key_icon128.png" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ " |