{"id":26409476,"url":"https://github.com/simone-di-paolo/response-headers-values-checker","last_synced_at":"2026-05-14T05:31:27.130Z","repository":{"id":119010634,"uuid":"600098288","full_name":"simone-di-paolo/response-headers-values-checker","owner":"simone-di-paolo","description":"This extension will create a Popup that will show the requested value without opening the network tab (if exist).","archived":false,"fork":false,"pushed_at":"2023-02-19T22:22:50.000Z","size":145,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-17T19:41:03.391Z","etag":null,"topics":["chrome","chrome-extension","extension","headers","manifest-v3","response"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simone-di-paolo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-10T15:24:58.000Z","updated_at":"2025-01-09T14:32:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"98f077fd-edbb-4e08-af0b-e1548b4281de","html_url":"https://github.com/simone-di-paolo/response-headers-values-checker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/simone-di-paolo/response-headers-values-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simone-di-paolo%2Fresponse-headers-values-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simone-di-paolo%2Fresponse-headers-values-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simone-di-paolo%2Fresponse-headers-values-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simone-di-paolo%2Fresponse-headers-values-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simone-di-paolo","download_url":"https://codeload.github.com/simone-di-paolo/response-headers-values-checker/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simone-di-paolo%2Fresponse-headers-values-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33012265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","chrome-extension","extension","headers","manifest-v3","response"],"created_at":"2025-03-17T19:34:30.361Z","updated_at":"2026-05-14T05:31:27.125Z","avatar_url":"https://github.com/simone-di-paolo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/simone-di-paolo\"\u003e\n    \u003cimg src=\"./images/logo-sdp.png\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003c!--\u003cimg src=\"https://raw.githubusercontent.com/SimGus/chrome-addon-v3-starter/master/logo/logo-128.png\"/\u003e--\u003e\n    \u003ch1\u003eResponse Headers Values Checker\u003c/h1\u003e\n  \u003cimg src=\"./logo/logo-128.png\" width=\"50px\"\u003e\u003c/img\u003e\n\u003c/div\u003e\n\n## What is this?\nThis is a Chrome Extension. It's a very simple one: the extension will read the response of the current page and will show,\ninside the extension popup, the value you will search for into the input (if exist).\n\nFor example: if you write \"date\" inside the input, inside the \"Result\" section you will see the value of \"date\"\nreaded from the header response.\n\nAll the values you will insert must be separated by comma (spaces are admitted, the words splitted by comma will be \"trimmed\" too). \nFor example:\n\u003cpre\u003edate, cache-control, dispatcher\u003c/pre\u003e\n\nIn order to make the extension works correctly, refresh the page before trying to read the values.\n\nN.B.: if you have a page that autorefresh somewhere, the value retrieved will be updated with the latest page refreshed.\n\n## \u003ci align=\"center\"\u003eScreenshot\u003c/i\u003e\n\n\u003cimg src=\"images/screen_0.2.1.jpg\" width=\"300px\"\u003e\n\n## Chrome Web Store Link\nThe extension is available on the Chrome Web Store at \u003ca href=\"https://chrome.google.com/webstore/detail/response-headers-values-c/dhjmcfcpggggdboefclnkdaipkpfmfhn\"\u003ethis link\u003c/a\u003e.\n\n## UPDATES\n\n\u003ch3\u003e16-02-2023\u003c/h3\u003e\nChangelog of the version v0.2.1\n\nFeatures:\n- Added a start/stop button and created a logic for it\n- Added a logic that will refresh the page after the click on start/stop button\n- Added a countdown timer that shows seconds remains before updating the values in popup (after the start/stop button click)\n\nBugfix:\n- Now the scripts won't be executed into chrome://extensions* tabs.\n- General bugfixing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimone-di-paolo%2Fresponse-headers-values-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimone-di-paolo%2Fresponse-headers-values-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimone-di-paolo%2Fresponse-headers-values-checker/lists"}