插件介绍
request允许修改网络请求。主要功能包括:
**修改请求的URL
Requestly允许你修改正在进行的请求的url,你可以改变url到其他东西。常见的例子包括
-设置重定向(例如,facebook.com -> quora.com)
-创建URL快捷方式(例如在地址栏输入j-1将打开jira.corp.example.com/projects/jira-1)。
-切换主机(xyz.com的所有请求都应该转到abc.com)
-屏蔽网站(例如屏蔽社交媒体网站以保持高效)
修改部分URL(主机,路径,查询参数等)
-远离消磨时间的地方。设置规则,如当源包含facebook.com或twitter.com,然后重定向到StackOverflow,做一些极客的东西。
-测试你的JS运行在生产环境。简单地重定向您的JS从产品到JS从您的本地设置框和测试,如果您的修复/代码实际工作在生产站点。
* * * *用户脚本
-在网站上运行脚本,并定制您想要的网页
-支持你的脚本与流行的库,如jQuery和下划线。
-使用FileHosting服务上传长脚本,并获得一个URL用于您的网站或请求规则
-非常类似GreaseMonkey或TamperMonkey用户脚本
**文件托管(图书馆服务)**
-托管JS/CSS文件,并使用请求规则中的url。不需要安装本地服务器
* *修改头* *
- -修改HTTP请求和响应头(对web开发人员调试应用程序非常有帮助)
**修改用户代理**
-为网站设置不同的用户代理,并测试他们的行为
-对于web开发人员测试跨设备兼容性很有用
* * * *的附加特性
-停用扩展时,你不需要它。
-启用/禁用规则,只需单击
-导出和导入规则,并为你的规则维护一个备份(它们很重要,你会知道的)
—一键共享规则
-浏览器同步启用,所以你创建/改变你的规则在一个浏览器和变化将自动反映在另一个浏览器。
此外,Requestly提供了一个非常友好的用户界面来设置规则。您可以通过单击来切换规则。当不需要规则时,不需要删除规则。只要使它不活跃,然后在你需要它的时候再次激活它。
网站:https://www.requestly.in
文档:https://www.requestly.in/blog/category/docs/
版本:https://www.requestly.in/releases/
Requestly allows you to modify network requests. Main features include:
**Modify URL of the request**
Requestly allows you to modify the url of ongoing request and you can change the url to something else. Common examples include
- Setting up Redirects (eg, facebook.com -> quora.com)
- Creating URL shortcuts (e.g. Type j-1 in address bar will open jira.corp.example.com/projects/jira-1).
- Switching Hosts (All requests for xyz.com should go to abc.com)
- Block websites (e.g. Block social media websites to stay productive)
- Modify some part of URL (be it host, path, query parameters etc)
- Stay way from time killing sites. Setup rules like when source contains facebook.com or twitter.com then redirect to StackOverflow and do some geeky stuff.
- Test your JS running in production environment. Simply redirect your JS from prod to JS from your local setup box and test if your fix/code actually works in production site.
**User Scripts**
- Run scripts on website and customize the web pages you want
- Support your script with popular libraries like jQuery and underscore.
- Use FileHosting service to upload long scripts and get a URL to be used in your websites or Requestly rules
- Very similar to GreaseMonkey or TamperMonkey user scripts
**File Hosting (Library Service)**
- Host JS/CSS Files and use the URLs inside Requestly rules. No need to setup local server
** Modify Headers**
- - Modify HTTP Request & Response headers (Extremely helpful for web developers for debugging applications)
** Modify User Agent**
- Setup different user agents for websites and test how they behave
- Useful for web developers for testing cross-device compatibility
**Additional Features**
- Deactivate the extension when you don't need it.
- Enable/Disable the rules with just single click
- Export and import the rules and maintain a backup for your rules (They are important, you will know)
- Share Rules with other Users in one click
- Browser Sync is enabled so you create/change your rules in one browser and the changes will automatically be reflected in another.
Additionally, Requestly provides a very user friendly interface to setup your rules. You can toggle a rule with a single click. No need to delete a rule when you don't need it. Just make that inactive and activate it later whenever you need it again.
Website: https://www.requestly.in
Documentation: https://www.requestly.in/blog/category/docs/
Releases: https://www.requestly.in/releases/
浏览器插件安装详细步骤:Chrome浏览器如何安装插件扩展
- 上一篇:WebRTC Leak Prevent
- 下一篇:没有了
Requestly是一款Chrome和Firefox浏览器插件,提供URL转发、修改HTTP请求和结果、插入脚本等功能。
Chrome扩展程序可修改HTTP请求(安装程序重定向,运行自定义Javascript,修改标题)
Requestly: Redirect Url, Modify Headers etc是一款可以修改HTTP请求包含设置重定向,运行自定义Java脚本,修改httpheader的chrome插件。