Stop Jump
stop the page redirection and debug through javascript
ما هو Stop Jump؟
Stop Jump هو إضافة Chrome تم تطويرها بواسطة David Zheng(郑铭)، والميزة الرئيسية لها هي "stop the page redirection and debug through javascript".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stop Jump
قم بتنزيل ملفات الامتداد Stop Jump بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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。
معلومات أساسية عن التمديد
الاسم | |
ID | mgnkhmbbipomkckdehbemplgcfmepmaf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/stop-jump/mgnkhmbbipomkckdehbemplgcfmepmaf |
الوصف | stop the page redirection and debug through javascript |
حجم الملف | 14.45 KB |
عدد التثبيتات | 431 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-04-18 |
تاريخ النشر | 2020-04-16 |
تقييم | 3.00/5 مجموع تقييمات 7 |
المطور | David Zheng(郑铭) |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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": [ " |