Interceptor
A chrome extension to modify API response
Что такое Interceptor?
Interceptor - это расширение Chrome, разработанное Mohit Arya, и его основная функция - "A chrome extension to modify API response".
Снимки экрана расширения
Скачать файл CRX расширения Interceptor
Скачайте файлы расширений Interceptor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Mocks response for fetch and XMLHttpRequest calls. Основная информация о расширении
| Название | |
| ID | lfjcphcaodhkjlefkomnbokckceemphb |
| Официальный URL | 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": [
" | |