Owl Redirector
HTTP Request redirector.
Что такое Owl Redirector?
Owl Redirector - это расширение Chrome, разработанное Berton Zhu, и его основная функция - "HTTP Request redirector.".
Снимки экрана расширения
Скачать файл CRX расширения Owl Redirector
Скачайте файлы расширений Owl Redirector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Modify, cancel or redirect HTTP requests. Owl Redirector is a tool for web development. With it you can use RegExp or pattern text to match specific url, then modify, cancel or redirect these HTTP requests. There is also a powerful feature: you can write your JavaScript code to control your redirect/ logic. It is powerful but these dangerous. Use it only when you know what you are doing.
Основная информация о расширении
Название | Owl Redirector |
ID | beknllkoddklgoflifhgkhkkibgkpdch |
Официальный URL | https://chromewebstore.google.com/detail/owl-redirector/beknllkoddklgoflifhgkhkkibgkpdch |
Описание | HTTP Request redirector. |
Размер файла | 113 KB |
Количество установок | 337 |
Текущая Версия | 0.3.1 |
Последнее Обновление | 2019-05-27 |
Дата публикации | 2019-05-26 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | Berton Zhu |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/meowtec/Owl-redirector |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Owl Redirector", "version": "0.3.1", "manifest_version": 2, "description": "HTTP Request redirector.", "default_locale": "en", "icons": { "128": "owl.png" }, "background": { "scripts": [ "common\/punycode.min.js", "common\/info.js", "common\/utils.js", "background\/default.js", "background\/upgrade.js", "background\/index.js" ] }, "options_page": "options\/index.html", "homepage_url": "https:\/\/github.com\/meowtec\/Owl-redirector", "permissions": [ "webRequest", " |