Cachebuster
The awesome cache-busting extension. Perfect for bypassing proxy and load balancer caches for development and testing purposes.
Cachebuster क्या है?
Cachebuster Yasa Akbulut द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The awesome cache-busting extension. Perfect for bypassing proxy and load balancer caches for development and testing purposes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cachebuster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Cachebuster adds a query parameter to all HTTP requests made by your browser to bypass load balancer/proxy caches. For example, an HTTP request to URL http://yasa.gs/ will actually be made to the URL http://yasa.gs/?cachebusterTimestamp=1383291810660. Especially useful in scenarios where manual QA for web apps is performed in a corporate environment, which usually feature heavy caching via load balancers or proxies. Without this extension, testers might not see the latest changes.
एक्सटेंशन की मूल जानकारी
नाम | Cachebuster |
ID | lmdhgpbbmafnmlkpeaafegpohagkoikd |
आधिकारिक URL | https://chromewebstore.google.com/detail/cachebuster/lmdhgpbbmafnmlkpeaafegpohagkoikd |
विवरण | The awesome cache-busting extension. Perfect for bypassing proxy and load balancer caches for development and testing purposes. |
फ़ाइल का आकार | 71.85 KB |
स्थापना संख्या | 831 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2022-06-24 |
प्रकाशन तिथि | 2013-12-30 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | Yasa Akbulut |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://yasakbulut.github.io/cachebuster/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cachebuster", "version": "0.0.5", "manifest_version": 2, "description": "The awesome cache-busting extension. Perfect for bypassing proxy and load balancer caches for development and testing purposes.", "homepage_url": "http:\/\/yasakbulut.github.io\/cachebuster", "icons": { "16": "icons\/Network16.png", "48": "icons\/Network48.png", "128": "icons\/Network128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "http:\/\/*\/*", "webRequest", "webRequestBlocking" ], "options_page": "src\/options_custom\/index.html", "browser_action": { "default_icon": { "19": "icons\/Network19.png", "38": "icons\/Network38.png" }, "default_title": "Cache Buster" } } |