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…
Co to jest QueryIO?
QueryIO to rozszerzenie Chrome opracowane przez LQGIK, a jego główną funkcją jest „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…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QueryIO
Pobierz pliki rozszerzeń QueryIO w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | QueryIO |
ID | fmlhkcjgmbhiljenhbkbeamfgcaadiea |
Oficjalny URL | https://chromewebstore.google.com/detail/queryio/fmlhkcjgmbhiljenhbkbeamfgcaadiea |
Opis | 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… |
Rozmiar pliku | 82.01 KB |
Liczba instalacji | 267 |
Aktualna Wersja | 1.7 |
Ostatnia Aktualizacja | 2020-03-27 |
Data Publikacji | 2020-03-26 |
Deweloper | LQGIK |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/LQGIK |
Obsługiwane Języki | 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'" } |