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…
什麼是QueryIO?
QueryIO是由LQGIK開發的Chrome擴展程式,該擴展的主要功能是“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…”。
擴展截圖
下載QueryIO擴展crx文件
下載QueryIO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | QueryIO |
ID | fmlhkcjgmbhiljenhbkbeamfgcaadiea |
官方網址 | https://chromewebstore.google.com/detail/queryio/fmlhkcjgmbhiljenhbkbeamfgcaadiea |
簡介 | 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… |
檔案大小 | 82.01 KB |
安裝次數 | 267 |
目前版本 | 1.7 |
更新時間 | 2020-03-27 |
上架時間 | 2020-03-26 |
開發者 | LQGIK |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/LQGIK |
支援的語言 | 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'" } |