{"id":15014192,"url":"https://github.com/vvmgev/inssman","last_synced_at":"2025-04-06T04:09:37.769Z","repository":{"id":101112265,"uuid":"487896156","full_name":"vvmgev/Inssman","owner":"vvmgev","description":"Intercept HTTP requests and responses. Modify HTTP request/response body. Modify HTTP request/response headers.  Redirect requests. HTTP logger. Mock APIs. Inject scripts.  Block requests. Modify query parameters","archived":false,"fork":false,"pushed_at":"2025-03-23T13:15:00.000Z","size":33386,"stargazers_count":93,"open_issues_count":22,"forks_count":17,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T04:09:16.390Z","etag":null,"topics":["chrome-extension","debug","http-interceptor","http-proxy","interceptor","mock-api","modify-response","open-source","postman","react","redirect","rest-api","tailwind","testing","typescript"],"latest_commit_sha":null,"homepage":"https://inssman.com","language":"TypeScript","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/vvmgev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-02T15:28:44.000Z","updated_at":"2025-03-24T12:34:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"814c8cb6-e2ca-4cb6-9d9e-e13e48837d14","html_url":"https://github.com/vvmgev/Inssman","commit_stats":null,"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvmgev%2FInssman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvmgev%2FInssman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvmgev%2FInssman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvmgev%2FInssman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vvmgev","download_url":"https://codeload.github.com/vvmgev/Inssman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430869,"owners_count":20937874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-extension","debug","http-interceptor","http-proxy","interceptor","mock-api","modify-response","open-source","postman","react","redirect","rest-api","tailwind","testing","typescript"],"created_at":"2024-09-24T19:45:18.560Z","updated_at":"2025-04-06T04:09:37.674Z","avatar_url":"https://github.com/vvmgev.png","language":"TypeScript","readme":"[\u003cimg width=\"1003\" alt=\"Inssman logo\" src=\"https://github.com/vvmgev/Inssman/assets/11613729/adfe9084-5c0c-4a81-afbb-2d41f02af315\"\u003e](https://chromewebstore.google.com/detail/inssman-modify-http-heade/ghlpdbkhlenlfiglgphledhfhchjfjfk)\n\n\u003cdiv align=\"center\"\u003e\n\n[![gitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vvmgev/inssman/blob/master/LICENSE.md)\n[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/vvmgev/inssman/pulls)\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003e⚡Welcome HTTP Interceptor⚡\u003c/h1\u003e\n\nInssman is a lightweight browser extension designed to faster intercept HTTP(s) requests without additional programs. Inssman built the top of the last APIs which provides control over HTTP(s) responses and requests.\n\u003ca href=\"https://inssman.com/docs/install\"\u003eInstall Inssman\u003c/a\u003e\n\n\u003cbr /\u003e\n\n\n## About Inssman 🚀\n\nInssman is an Open-Source project that makes developers' daily tasks faster and easier.\n\u003cbr /\u003e\nInssman is reducing dependency on the backend side by modifying the response of API, even returning data from not existed the API.\n\nInssman provides features like redirecting requests to another source, overriding API responses, injecting files to the website, use local files or remote sources in production without deployment. \u003ca href=\"https://inssman.com/docs/introduction\"\u003eRead more 🔗 \u003c/a\u003e\n\n\n\u003cbr /\u003e\n\n## Features ⭐\n\n\n- **Redirect Request 🔀** \\\n\u0026nbsp; Use cases \\\n\u0026nbsp; \u0026nbsp; Redirect any type of production request to the local environment.\n- **Block Request 🚫** \\\n\u0026nbsp; Use cases \\\n\u0026nbsp; \u0026nbsp; Block loading third-party libraries.\n- **Modify Request 📎** \\\n\u0026nbsp; Use cases \\\n\u0026nbsp; \u0026nbsp; Modify API request body without modifying the original code.\n- **Modify Response 📝** \\\n\u0026nbsp; Use cases\\\n\u0026nbsp; \u0026nbsp; Modify API response before backend integration of new changes.\n- **Modify Query Parameters ❔** \\\n\u0026nbsp; Use cases \\\n\u0026nbsp; \u0026nbsp; Block loading third-party libraries.\n- **Modify Request Header 🌐** \\\n\u0026nbsp; Use cases \\\n\u0026nbsp; \u0026nbsp; Add authorization header to request.\n- **Modify Response Header 🗞️** \\\n\u0026nbsp; Use cases \\\n\u0026nbsp; \u0026nbsp; Remove CORS of the browser.\n- **Inject File 🔧** \\\n\u0026nbsp; Use cases \\\n\u0026nbsp; \u0026nbsp; Modify the behavior of mouse/keyboard events or add listeners browser events.\n\n\n\u003cbr /\u003e\n\n## Documentation 📕\n\nFor more information and examples please visit \u003ca href=\"https://inssman.com/docs/introduction\"\u003e**Documentation**\u003c/a\u003e page.\n\n\u003cbr /\u003e\n\n\n## Contributing 🙏\n\nInssman welcomes contributions in the form of pull requests, whether it's for fixing bugs, improvement or introducing new features. Your valuable contributions help improve the project and make it better for everyone.\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvvmgev%2Finssman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvvmgev%2Finssman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvvmgev%2Finssman/lists"}