Stop Jump
stop the page redirection and debug through javascript
Apa itu Stop Jump?
Stop Jump adalah ekstensi Chrome yang dikembangkan oleh David Zheng(郑铭), dan fitur utamanya adalah "stop the page redirection and debug through javascript".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stop Jump
Unduh file ekstensi Stop Jump dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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。
Informasi Dasar Ekstensi
Nama | |
ID | mgnkhmbbipomkckdehbemplgcfmepmaf |
URL Resmi | https://chrome.google.com/webstore/detail/stop-jump/mgnkhmbbipomkckdehbemplgcfmepmaf |
Deskripsi | stop the page redirection and debug through javascript |
Ukuran File | 14.45 KB |
Jumlah Instalasi | 431 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-04-18 |
Tanggal Publikasi | 2020-04-16 |
Penilaian | 3.00/5 Total 7 Penilaian |
Pengembang | David Zheng(郑铭) |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |