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 em_te द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevent unreachable servers from stalling websites by disabling their scripts for 5 minutes if they previously could not load."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Block Unreachable Scripts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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": [ " |