Unsigned jwt consists of header { "alg" : "none" } and empty signature
One decode just the payload using of a jwt by using the header which encodes to eyJhbGciOiJub25lIn0.<payload>.
Sometimes one has to add = signs to the payload if it was not padded.
The JWT Analyzer & Inspector Chrome extension will needs some dummy signature to accept the input.