Block Unreachable Scripts
Prevent unreachable servers from stalling websites by disabling their scripts for 5 minutes if they previously could not load.
ما هو Block Unreachable Scripts؟
Block Unreachable Scripts هو إضافة Chrome تم تطويرها بواسطة em_te، والميزة الرئيسية لها هي "Prevent unreachable servers from stalling websites by disabling their scripts for 5 minutes if they previously could not load.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Block Unreachable Scripts
قم بتنزيل ملفات الامتداد Block Unreachable Scripts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Some websites load JavaScript from third-party servers that are sometimes unreachable (because of firewalls/DNS/bad SSLs/Google down/etc.). This will cause the website to stall (freeze) as it waits for that server to respond. The only recourse is to wait patiently for that request to time out, before the website can continue loading. This extension will monitor those failed JavaScript requests and will skip over them if any websites try to load from those servers again. This prevents the website from stalling again. The block will only occur for 5 minutes in case the server is restored later. Failed requests can be viewed in the toolbar button, which shows which URLs were blocked and how long the block will last. The toolbar button only appears when scripts are blocked. Note that this extension does not target anyone and has no black-list or white-list. Blocking only occurs if the server was previously unreachable and therefore the content would not have loaded anyway. Test the effects of unreachable servers here: http://tinyurl.com/test-blocking-js
معلومات أساسية عن التمديد
الاسم | Block Unreachable Scripts |
ID | bjpekooigmapidmaojdogelhmakafmfi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/block-unreachable-scripts/bjpekooigmapidmaojdogelhmakafmfi |
الوصف | Prevent unreachable servers from stalling websites by disabling their scripts for 5 minutes if they previously could not load. |
حجم الملف | 11.06 KB |
عدد التثبيتات | 1,085 |
النسخة الحالية | 0.4 |
آخر تحديث | 2017-09-26 |
تاريخ النشر | 2017-09-26 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | em_te |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://em-te.github.io/privacy |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "author": "Terry Yuen", "version": "0.4", "description": "__MSG_extensionDescription__", "manifest_version": 2, "default_locale": "en", "icons": { "19": "page_19.png", "38": "page_38.png", "48": "page_48.png", "96": "page_96.png" }, "permissions": [ " |