DNS Flusher
flush dns cache with single click
DNS Flusher क्या है?
DNS Flusher ylzcylx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "flush dns cache with single click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DNS Flusher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
_ _ _ | \ | | | | | \| | ___ | |_ ___ | . ` |/ _ \| __/ _ \ | |\ | (_) | || __/ |_| \_|\___/ \__\___| Before you install, visit chrome://flags/#extensions-on-chrome-urls and make sure you have that feature enabled!!!
एक्सटेंशन की मूल जानकारी
नाम | DNS Flusher |
ID | nbomnjapnclaocillijpceooehonajnk |
आधिकारिक URL | https://chromewebstore.google.com/detail/dns-flusher/nbomnjapnclaocillijpceooehonajnk |
विवरण | flush dns cache with single click |
फ़ाइल का आकार | 18.67 KB |
स्थापना संख्या | 4,728 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2017-09-19 |
प्रकाशन तिथि | 2017-09-19 |
रेटिंग | 4.00/5 कुल 14 रेटिंग्स |
डेवलपर | ylzcylx |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jdf2e/dns_flusher |
सहायता पृष्ठ URL | https://github.com/jdf2e/dns_flusher/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DNS Flusher", "description": "flush dns cache with single click", "version": "0.1", "author": "loveky", "icons": { "64": "icon64.png", "128": "icon128.png", "256": "icon256.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon64.png" }, "permissions": [ "tabs", "chrome:\/\/net-internals\/#dns" ], "homepage_url": "https:\/\/github.com\/loveky\/dns_flusher" } |