修改 HTTP 请求头
扩展用于修改 HTTP 请求头,基本用法包括:1、更改标题的值;2、添加或删除标题;3、编辑预设值。
What is 修改 HTTP 请求头?
修改 HTTP 请求头 is a Chrome extension developed by 10206271, and its main feature is "扩展用于修改 HTTP 请求头,基本用法包括:1、更改标题的值;2、添加或删除标题;3、编辑预设值。".
Extension Screenshots
Download 修改 HTTP 请求头 Extension CRX File
Download 修改 HTTP 请求头 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
简介:扩展用于修改 HTTP 请求头,基本用法包括:1、更改标题的值;2、添加或删除标题;3、编辑预设值。 功能说明:扩展用于修改 HTTP 请求头,基本用法包括:1、更改标题的值;2、添加或删除标题;3、编辑预设值。
Extension Basic Information
Name | 修改 HTTP 请求头 |
ID | ahaagogpglgejjfcepdakefeoaeeejen |
Official URL | https://chromewebstore.google.com/detail/%E4%BF%AE%E6%94%B9-http-%E8%AF%B7%E6%B1%82%E5%A4%B4/ahaagogpglgejjfcepdakefeoaeeejen |
Description | 扩展用于修改 HTTP 请求头,基本用法包括:1、更改标题的值;2、添加或删除标题;3、编辑预设值。 |
File Size | 40.74 KB |
Installation Count | 372 |
Current Version | 3.7 |
Last Updated | 2018-05-07 |
Publish Date | 2018-05-06 |
Developer | 10206271 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "3.7", "icons": { "128": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_page": "config.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "storage" ], "default_locale": "zh_CN", "background": { "scripts": [ "background.js" ], "persistent": true } } |