Custom Redirects
Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts.
Co to jest Custom Redirects?
Custom Redirects to rozszerzenie Chrome opracowane przez Pawel Raszewski, a jego główną funkcją jest „Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Custom Redirects
Pobierz pliki rozszerzeń Custom Redirects w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension makes possible to redirect specified URLs to different locations. It may be very useful for debugging production sites which have minified JS which can be replaced for non-minified JS. Any asset URL can be redirected to any destination, that means you can replace images, CSS, javascript files and everything that is loaded by a browser via HTTP request.
Podstawowe informacje o rozszerzeniu
Nazwa | Custom Redirects |
ID | kekdllcidamgebonidegjekidhdihdli |
Oficjalny URL | https://chromewebstore.google.com/detail/custom-redirects/kekdllcidamgebonidegjekidhdihdli |
Opis | Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts. |
Rozmiar pliku | 135 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2014-02-12 |
Data Publikacji | 2014-02-12 |
Ocena | 3.85/5 Łącznie 205 Oceny |
Deweloper | Pawel Raszewski |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom Redirects", "version": "1.0.1", "description": "Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts.", "background": { "scripts": [ "background.js" ] }, "permissions": [ " |