Stop Jump
stop the page redirection and debug through javascript
What is Stop Jump?
Stop Jump is a Chrome extension developed by David Zheng(郑铭), and its main feature is "stop the page redirection and debug through javascript".
Extension Screenshots
Download Stop Jump Extension CRX File
Download Stop Jump extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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。
Extension Basic Information
Name | |
ID | mgnkhmbbipomkckdehbemplgcfmepmaf |
Official URL | https://chrome.google.com/webstore/detail/stop-jump/mgnkhmbbipomkckdehbemplgcfmepmaf |
Description | stop the page redirection and debug through javascript |
File Size | 14.45 KB |
Installation Count | 431 |
Current Version | 1.0 |
Last Updated | 2020-04-18 |
Publish Date | 2020-04-16 |
Rating | 3.00/5 Total 7 Ratings |
Developer | David Zheng(郑铭) |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |