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…
Cos'è QueryIO?
QueryIO è un'estensione di Chrome sviluppata da LQGIK, e la sua funzione principale è "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…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QueryIO
Scarica i file di estensione QueryIO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | QueryIO |
ID | fmlhkcjgmbhiljenhbkbeamfgcaadiea |
URL Ufficiale | https://chromewebstore.google.com/detail/queryio/fmlhkcjgmbhiljenhbkbeamfgcaadiea |
Descrizione | 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… |
Dimensione del File | 82.01 KB |
Conteggio Installazioni | 267 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2020-03-27 |
Data di Pubblicazione | 2020-03-26 |
Sviluppatore | LQGIK |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/LQGIK |
Lingue Supportate | 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'" } |