QueryIO
Ever heard of Google Dorking or Hacking? QueryIO is an easy to use UI that provides a simplistic way of using Google's built in…
QueryIO क्या है?
QueryIO LQGIK द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ever heard of Google Dorking or Hacking? QueryIO is an easy to use UI that provides a simplistic way of using Google's built in…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QueryIO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever heard of Google Dorking or Hacking? QueryIO is an easy to use UI that provides a simplistic way of using Google's built in query functions. You can now search with precision given any keywords you input! You can use this extension for finding research sources, penetration testing, and more. I hope you enjoy!
एक्सटेंशन की मूल जानकारी
नाम | QueryIO |
ID | fmlhkcjgmbhiljenhbkbeamfgcaadiea |
आधिकारिक URL | https://chromewebstore.google.com/detail/queryio/fmlhkcjgmbhiljenhbkbeamfgcaadiea |
विवरण | Ever heard of Google Dorking or Hacking? QueryIO is an easy to use UI that provides a simplistic way of using Google's built in… |
फ़ाइल का आकार | 82.01 KB |
स्थापना संख्या | 267 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2020-03-27 |
प्रकाशन तिथि | 2020-03-26 |
डेवलपर | LQGIK |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/LQGIK |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QueryIO", "version": "1.7", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "32": "img\/icon32.png", "16": "img\/icon16.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html", "default_title": "QueryIO" }, "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/stackpath.bootstrapcdn.com https:\/\/fonts.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'" } |