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…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 QueryIO
ID fmlhkcjgmbhiljenhbkbeamfgcaadiea
公式URL 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
Eメール [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'"
}