Check Status Code
Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.
What is Check Status Code?
Check Status Code is a Chrome extension developed by http://soninow.com, and its main feature is "Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.".
Extension Screenshots
Download Check Status Code Extension CRX File
Download Check Status Code 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
Extension Basic Information
Name | |
ID | lifidlbpankklllcklhkijihhnaapoef |
Official URL | https://chrome.google.com/webstore/detail/check-status-code/lifidlbpankklllcklhkijihhnaapoef |
Description | Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection. |
File Size | 233 KB |
Installation Count | 1,090 |
Current Version | 1.4 |
Last Updated | 2020-07-02 |
Publish Date | 2020-07-02 |
Rating | 1.82/5 Total 11 Ratings |
Developer | http://soninow.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.soninow.com |
Help Page URL | https://www.soninow.com/contact |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check Status Code", "short_name": "http Server Code", "description": "Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.", "version": "1.4", "browser_action": { "default_icon": "image\/icon.png" }, "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "https:\/\/www.soninow.com\/" ] } |