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…

Hvad er QueryIO?

QueryIO er en Chrome-udvidelse udviklet af LQGIK, og dens hovedfunktion er "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…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download QueryIO-udvidelses-CRX-fil

Download QueryIO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn QueryIO QueryIO
ID fmlhkcjgmbhiljenhbkbeamfgcaadiea
Officiel URL https://chromewebstore.google.com/detail/queryio/fmlhkcjgmbhiljenhbkbeamfgcaadiea
Beskrivelse 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…
Filstørrelse 82.01 KB
Antal Installationer 267
Nuværende Version 1.7
Senest Opdateret 2020-03-27
Udgivelsesdato 2020-03-26
Udvikler LQGIK
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/LQGIK
Understøttede Sprog 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'"
}