simple-modify-headers
Simple Modify headers
Wat is simple-modify-headers?
simple-modify-headers is een Chrome-extensie ontwikkeld door didierfred, en de belangrijkste functie is "Simple Modify headers".
Extensie Screenshots
Download het CRX-bestand van de extensie simple-modify-headers
Download simple-modify-headers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The extension rewrite the headers based on a rules table. It's possible to: add , modify or delete header field for HTTP(S) request or response export the configuration in a file (json format) import the configuration from a file choose urls on which the modifications applies In order to work, the following extension permissions are needed : storage : needed to store the configuration activeTab, tabs : needed to show the configuration screen in the browser tab. webRequest,webRequestBlocking,: needed to modify the headers More information on https://github.com/didierfred/SimpleModifyHeaders The code is opensource under Mozilla Public License 2.0
Basisinformatie over de Extensie
Naam | simple-modify-headers |
ID | gjgiipmpldkpbdfjkgofildhapegmmic |
Officiële URL | https://chromewebstore.google.com/detail/simple-modify-headers/gjgiipmpldkpbdfjkgofildhapegmmic |
Beschrijving | Simple Modify headers |
Bestandsgrootte | 139 KB |
Aantal Installaties | 14,752 |
Huidige Versie | 1.8.1 |
Laatst Bijgewerkt | 2022-03-15 |
Publicatiedatum | 2019-09-17 |
Beoordeling | 4.50/5 Totaal 12 Beoordelingen |
Ontwikkelaar | didierfred |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/didierfred/SimpleModifyHeaders/tree/v1.8.1 |
Help Pagina-URL | https://github.com/didierfred/SimpleModifyHeaders/tree/v1.8.1 |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Simple Modify headers ", "manifest_version": 2, "name": "simple-modify-headers", "version": "1.8.1", "homepage_url": "https:\/\/github.com\/didierfred\/SimpleModifyHeaders", "icons": { "48": "icons\/modify-48.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |