Stop Jump
stop the page redirection and debug through javascript
Vad är Stop Jump?
Stop Jump är en Chrome-tillägg utvecklad av David Zheng(郑铭), och dess huvudfunktion är "stop the page redirection and debug through javascript".
Tilläggsskärmbilder
Ladda ner Stop Jump-förlängningens CRX-fil
Ladda ner Stop Jump-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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。
Grundläggande Information om Tillägg
Namn | |
ID | mgnkhmbbipomkckdehbemplgcfmepmaf |
Officiell webbadress | https://chrome.google.com/webstore/detail/stop-jump/mgnkhmbbipomkckdehbemplgcfmepmaf |
Beskrivning | stop the page redirection and debug through javascript |
Filstorlek | 14.45 KB |
Antal Installationer | 431 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-04-18 |
Publiceringsdatum | 2020-04-16 |
Betyg | 3.00/5 Totalt 7 Betyg |
Utvecklare | David Zheng(郑铭) |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |