No Cache
Ensure that you see your page without client and server caches
No Cache क्या है?
No Cache Roman Hlushko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ensure that you see your page without client and server caches"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No Cache एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Take cache cleaning to the next level! No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥
एक्सटेंशन की मूल जानकारी
नाम | No Cache |
ID | imcbegkljmmdaacgnepdhpnlijgpcpbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi |
विवरण | Ensure that you see your page without client and server caches |
फ़ाइल का आकार | 18.36 KB |
स्थापना संख्या | 170 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-03-31 |
प्रकाशन तिथि | 2020-03-31 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Roman Hlushko |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/roma-glushko/no-cache-extension |
सहायता पृष्ठ URL | https://github.com/roma-glushko/no-cache-extension |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Cache", "version": "1.0", "description": "Ensure that you see your page without client and server caches", "browser_action": { "default_title": "No Cache!" }, "icons": { "120": "\/images\/icon-120.png" }, "background": { "scripts": [ "actions.js" ], "persistent": false }, "permissions": [ "activeTab", "browsingData", "contextMenus" ] } |