Bearer/Authorization access with JWT decoder

sell Authorization token in one place

What is Bearer/Authorization access with JWT decoder?

Bearer/Authorization access with JWT decoder is a Chrome extension developed by Sanju, and its main feature is "sell Authorization token in one place".

Extension Screenshots

screenshot

Download Bearer/Authorization access with JWT decoder Extension CRX File

Download Bearer/Authorization access with JWT decoder 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

                        It accepts Network HTTP request maily which contains authorization token in one place 
Decode JWT parallely 
JSON parser                    

Extension Basic Information

Name Bearer/Authorization access with JWT decoder Bearer/Authorization access with JWT decoder
ID kjgcjbdbemgljjdmnemcopopifjflnfp
Official URL https://chromewebstore.google.com/detail/bearerauthorization-acces/kjgcjbdbemgljjdmnemcopopifjflnfp
Description sell Authorization token in one place
File Size 120 KB
Installation Count 602
Current Version 1.0.1
Last Updated 2019-04-28
Publish Date 2019-04-24
Developer Sanju
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Sanju",
    "name": "Bearer\/Authorization access with JWT decoder",
    "description": "sell Authorization token in one place",
    "version": "1.0.1",
    "icons": {
        "128": "auther.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*",
        "webRequest",
        "storage"
    ],
    "browser_action": {
        "default_icon": "Red_pin.ico",
        "default_title": "Bearer\/Authorization accessor with JWT decoder and JSON Lint",
        "default_popup": "blank.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}