Smart Header
Modify or change http request headers smartly and automatically.
What is Smart Header?
Smart Header is a Chrome extension developed by https://www.laobubu.net, and its main feature is "Modify or change http request headers smartly and automatically.".
Extension Screenshots
Download Smart Header Extension CRX File
Download Smart Header 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
This is a powerful extension designed to modify HTTP request headers. - Automatic rules! - Import / export / mix configuration! - Show the headers only that you interest. - Easy to use. - Sync your configuration with Chrome Sync! Not just a developer tool. Lots of potential amazing ways to use. Let's drive the headers. Special Thanks to the coffee providers :) - Zhou Huaxiang - Zhang Haoyuan Visit this to get help: http://lab.laobubu.net/smartheader
Extension Basic Information
Name | Smart Header |
ID | ncgnmldbedmbadafajhjeahmafdmggbp |
Official URL | https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp |
Description | Modify or change http request headers smartly and automatically. |
File Size | 42 KB |
Installation Count | 9,000 |
Current Version | 1.0.0.8 |
Last Updated | 2016-04-04 |
Publish Date | 2016-04-04 |
Rating | 4.59/5 Total 79 Ratings |
Developer | https://www.laobubu.net |
Payment Type | free |
Extension Website | http://lab.laobubu.net/smartheader |
Help Page URL | http://lab.laobubu.net/smartheader/hello |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.0.0.8", "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": "en", "background": { "scripts": [ "background.js" ], "persistent": true } } |