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…
Wat is QueryIO?
QueryIO is een Chrome-extensie ontwikkeld door LQGIK, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie QueryIO
Download QueryIO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | QueryIO |
ID | fmlhkcjgmbhiljenhbkbeamfgcaadiea |
Officiële URL | https://chromewebstore.google.com/detail/queryio/fmlhkcjgmbhiljenhbkbeamfgcaadiea |
Beschrijving | 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… |
Bestandsgrootte | 82.01 KB |
Aantal Installaties | 267 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2020-03-27 |
Publicatiedatum | 2020-03-26 |
Ontwikkelaar | LQGIK |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/LQGIK |
Ondersteunde Talen | 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'" } |