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…
Apa itu QueryIO?
QueryIO adalah ekstensi Chrome yang dikembangkan oleh LQGIK, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi QueryIO
Unduh file ekstensi QueryIO dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | QueryIO |
ID | fmlhkcjgmbhiljenhbkbeamfgcaadiea |
URL Resmi | https://chromewebstore.google.com/detail/queryio/fmlhkcjgmbhiljenhbkbeamfgcaadiea |
Deskripsi | 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… |
Ukuran File | 82.01 KB |
Jumlah Instalasi | 267 |
Versi Saat Ini | 1.7 |
Terakhir Diperbarui | 2020-03-27 |
Tanggal Publikasi | 2020-03-26 |
Pengembang | LQGIK |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/LQGIK |
Bahasa yang Didukung | 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'" } |