{"id":13447310,"url":"https://github.com/FirefoxBar/HeaderEditor","last_synced_at":"2025-03-21T17:31:14.620Z","repository":{"id":17718679,"uuid":"82470022","full_name":"FirefoxBar/HeaderEditor","owner":"FirefoxBar","description":"Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests","archived":false,"fork":false,"pushed_at":"2023-11-09T03:48:42.000Z","size":3437,"stargazers_count":912,"open_issues_count":69,"forks_count":325,"subscribers_count":27,"default_branch":"master","last_synced_at":"2024-04-14T05:11:04.747Z","etag":null,"topics":["chrome","firefox","http-header","webextension"],"latest_commit_sha":null,"homepage":"https://he.firefoxcn.net/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FirefoxBar.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":"2017-02-19T15:45:44.000Z","updated_at":"2024-07-10T18:53:08.192Z","dependencies_parsed_at":"2024-07-10T19:10:13.088Z","dependency_job_id":null,"html_url":"https://github.com/FirefoxBar/HeaderEditor","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirefoxBar%2FHeaderEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirefoxBar%2FHeaderEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirefoxBar%2FHeaderEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirefoxBar%2FHeaderEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FirefoxBar","download_url":"https://codeload.github.com/FirefoxBar/HeaderEditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244838139,"owners_count":20518794,"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","firefox","http-header","webextension"],"created_at":"2024-07-31T05:01:13.519Z","updated_at":"2025-03-21T17:31:12.116Z","avatar_url":"https://github.com/FirefoxBar.png","language":"TypeScript","funding_links":[],"categories":["JavaScript","生产效率","改造GitHub","TypeScript","chrome"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\nHeader Editor\n\u003c/h1\u003e\n\n[![Release](https://img.shields.io/github/release/FirefoxBar/HeaderEditor.svg?label=Release)](https://github.com/FirefoxBar/HeaderEditor/releases)\n[![Chrome Web Store](https://img.shields.io/chrome-web-store/users/eningockdidmgiojffjmkdblpjocbhgh?label=Chrome)](https://chrome.google.com/webstore/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh)\n[![Mozilla Addons](https://img.shields.io/amo/users/header-editor?label=Firefox)](https://addons.mozilla.org/en-US/firefox/addon/header-editor/)\n[![license](https://img.shields.io/github/license/FirefoxBar/HeaderEditor.svg?label=License)](https://github.com/FirefoxBar/HeaderEditor/blob/master/LICENSE)\n[![Discussions](https://img.shields.io/github/discussions/FirefoxBar/HeaderEditor?label=Discussions)](https://github.com/FirefoxBar/HeaderEditor/discussions)\n[![Build Status](https://github.com/FirefoxBar/HeaderEditor/actions/workflows/dev.yml/badge.svg)](https://github.com/FirefoxBar/HeaderEditor/actions/workflows/dev.yml)\n\nAn extension which can modify the request, include request headers, response headers, redirect requests, and cancel requests.\n\nIt's 100% FREE, no ADs, no data collection.\n\nFor more documentations, Please visit [he.firefoxcn.net](https://he.firefoxcn.net)\n\n## Get this extension\n\n![Firefox Logo](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/73.0.0/firefox/firefox_16x16.png) [Mozilla Add-on](https://addons.mozilla.org/en-US/firefox/addon/header-editor/).\n\n![Chrome Logo](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/73.0.0/chrome/chrome_16x16.png) [Chrome Web Store](https://chrome.google.com/webstore/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh).\n\n![Edge Logo](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/73.0.0/edge/edge_16x16.png) [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/header-editor/afopnekiinpekooejpchnkgfffaeceko).\n\n![Firefox Logo](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/73.0.0/firefox/firefox_16x16.png) Install our [self-distributed version](https://github.com/FirefoxBar/HeaderEditor/releases).\n\n## About Permissions\n\nHeader Editor require those permissions:\n\n* `tabs`: Open links (such as the options page) or switch to a tab\n\n* `webRequest`, `webRequestBlocking`, `_all_urls_`: Modify requests\n\n* `storage`, `unlimitedStorage`: Storage rules and settings\n\n* `unsafe-eval`: Execute custom function, code at [src/share/core/rule-utils.ts#L8](https://github.com/FirefoxBar/HeaderEditor/blob/dev/src/share/core/rule-utils.ts#L8) (may change in the future, you can search for the newest location by `new Function`)\n\n## Contribution\n\nContribute codes: [Submitting a pull request](https://github.com/FirefoxBar/HeaderEditor/compare)\n\nThanks to them for their contribution: [YFdyh000](https://github.com/yfdyh000) [iNaru](https://github.com/Inaru)\n\n### Translation\n\nEnglish: Please submit a issue or pull request for file `locale/original/messages.json`\n\nOther language: Please translate them on [Transifex](https://www.transifex.com/sytec/header-editor/)\n\nPlease note that some languages (such as zh-Hans) will not be translated on transifex because the browser does not support them, click [here](https://developer.chrome.com/docs/webstore/i18n/#choosing-locales-to-support) to view full list\n\n## How to build\n\n### Build\n\n* Install node (14+) and pnpm.\n\n* Clone this project, or download the source code and extract it.\n\n* Run `pnpm i`.\n\n* Run `npm run build`\n\n* Find build result at `/dist`\n\n#### Development\n\n* Run `npm run start`\n\n* Open browser, load extension from `/dist` directory or `/dist/manifest.json`\n\n## Licenses\n\nCopyright © 2017-2023 [FirefoxBar Team](https://team.firefoxcn.net)\n\nOpen source licensed under [GPLv2](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFirefoxBar%2FHeaderEditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFirefoxBar%2FHeaderEditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFirefoxBar%2FHeaderEditor/lists"}