Stop Jump
stop the page redirection and debug through javascript
Co to jest Stop Jump?
Stop Jump to rozszerzenie Chrome opracowane przez David Zheng(郑铭), a jego główną funkcją jest „stop the page redirection and debug through javascript”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stop Jump
Pobierz pliki rozszerzeń Stop Jump 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
1. This extention can block page redirect by javascript 'location.href' or 'location.replace'。 2. Also, you can use chrome developer to debug which line of your code redirect。
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mgnkhmbbipomkckdehbemplgcfmepmaf |
Oficjalny URL | https://chrome.google.com/webstore/detail/stop-jump/mgnkhmbbipomkckdehbemplgcfmepmaf |
Opis | stop the page redirection and debug through javascript |
Rozmiar pliku | 14.45 KB |
Liczba instalacji | 431 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-04-18 |
Data Publikacji | 2020-04-16 |
Ocena | 3.00/5 Łącznie 7 Oceny |
Deweloper | David Zheng(郑铭) |
[email protected] | |
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": "Stop Jump", "version": "1.0", "description": "stop the page redirection and debug through javascript", "permissions": [ "tabs", "activeTab", "declarativeContent", "storage" ], "content_scripts": [ { "matches": [ " |