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…

O que é QueryIO?

QueryIO é uma extensão do Chrome desenvolvida por LQGIK, e sua principal característica é "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…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão QueryIO

Baixe arquivos de extensão QueryIO no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome QueryIO QueryIO
ID fmlhkcjgmbhiljenhbkbeamfgcaadiea
URL Oficial https://chromewebstore.google.com/detail/queryio/fmlhkcjgmbhiljenhbkbeamfgcaadiea
Descrição 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…
Tamanho do Arquivo 82.01 KB
Contagem de Instalações 267
Versão Atual 1.7
Última Atualização 2020-03-27
Data de Publicação 2020-03-26
Desenvolvedor LQGIK
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/LQGIK
Idiomas Suportados 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'"
}