Interceptor
A chrome extension to modify API response
什麼是Interceptor?
Interceptor是由Mohit Arya開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to modify API response”。
擴展截圖
下載Interceptor擴展crx文件
下載Interceptor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Mocks response for fetch and XMLHttpRequest calls. 擴展基本資訊
| 名稱 | |
| ID | lfjcphcaodhkjlefkomnbokckceemphb |
| 官方網址 | https://chromewebstore.google.com/detail/interceptor/lfjcphcaodhkjlefkomnbokckceemphb |
| 簡介 | A chrome extension to modify API response |
| 檔案大小 | 180 KB |
| 安裝次數 | 133 |
| 目前版本 | 2.6 |
| 更新時間 | 2023-01-20 |
| 上架時間 | 2020-07-02 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Mohit Arya |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Interceptor",
"version": "2.6",
"description": "A chrome extension to modify API response",
"permissions": [
"activeTab"
],
"icons": {
"16": "src\/images\/icon16.png",
"48": "src\/images\/icon48.png",
"128": "src\/images\/icon128.png"
},
"manifest_version": 2,
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+I",
"mac": "Command+Shift+I"
},
"description": "Opens extension"
}
},
"incognito": "split",
"browser_action": [],
"background": {
"scripts": [
"src\/utils\/background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |