Stop Loading Already!
For websites that continuously load, clicking the extension button will stop. Click again to allow.
Stop Loading Already! क्या है?
Stop Loading Already! Adam Griffin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For websites that continuously load, clicking the extension button will stop. Click again to allow."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stop Loading Already! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Some websites are abusively heavy in both the amount of download requests they generate and the content they continually force on to the page (ad cyclers, overlays, video autoplay, etc). This chrome extension provides a very lightweight and simple way to shut that pipe. It essentially works similar to if you had the speed to click the "X" by the address bar every time the page started to load another request. The button is a simple click to toggle on and click once more to toggle off. This current version (1.1) stops all requests for Chrome in all tabs. *Version 1.1* Update 2019-01-28. This extension does use the "WebRequest" interface that Google is reportedly planning to nuke. (To investigate for yourself, search: google ad blockers webrequest). The end result of such a change means this extension would be nuked unless an alternative interface is provided. I'll do my best to update it if allowed. The new version provides a little better wording to help people realize the button is a toggle on/off. Feedback indicated some people didn't realize this. I did look at making it tab specific but it would have introduced the problem of the worst kind of pop-ups being allowed internet access. Also, it would have added a bit to the code to keep track of everything and would require additional permissions to access the tabs. I generally want to keep this extension down to the bare minimum of permissions required and extremely low performance impact so I will not be taking it in that direction. *Version 1.0* Update 2018-8-13. Google REQUIRES a screenshot. So, added the screenshot, 640x400, of a button... Yes, a button.
एक्सटेंशन की मूल जानकारी
नाम | Stop Loading Already! |
ID | hefmobfeflajpgclfgehoidkmmgcndog |
आधिकारिक URL | https://chromewebstore.google.com/detail/stop-loading-already/hefmobfeflajpgclfgehoidkmmgcndog |
विवरण | For websites that continuously load, clicking the extension button will stop. Click again to allow. |
फ़ाइल का आकार | 22.32 KB |
स्थापना संख्या | 1,874 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-01-28 |
प्रकाशन तिथि | 2019-01-28 |
रेटिंग | 3.43/5 कुल 35 रेटिंग्स |
डेवलपर | Adam Griffin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Loading Already!", "description": "For websites that continuously load, clicking the extension button will stop. Click again to allow.", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon512x512.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "webRequest", "webRequestBlocking", " |