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…
Qu'est-ce que QueryIO ?
QueryIO est une extension Chrome développée par LQGIK, et sa fonction principale est "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…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QueryIO
Téléchargez les fichiers d'extension QueryIO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | QueryIO |
ID | fmlhkcjgmbhiljenhbkbeamfgcaadiea |
URL Officiel | https://chromewebstore.google.com/detail/queryio/fmlhkcjgmbhiljenhbkbeamfgcaadiea |
Description | 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… |
Taille du Fichier | 82.01 KB |
Nombre d'Installations | 267 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2020-03-27 |
Date de Publication | 2020-03-26 |
Développeur | LQGIK |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/LQGIK |
Langues Prises en Charge | 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'" } |