Simplex Search - Direct Download Everything

Search service allowing you to find a file among huge no. of files located under open directories of web servers via refined query.

Cos'è Simplex Search - Direct Download Everything?

Simplex Search - Direct Download Everything è un'estensione di Chrome sviluppata da ilLuSion InFinity Inc., e la sua funzione principale è "Search service allowing you to find a file among huge no. of files located under open directories of web servers via refined query.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Simplex Search - Direct Download Everything

Scarica i file di estensione Simplex Search - Direct Download Everything in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Simplex provides a very capable file indexing and search service allowing you to find a file among huge no. of files located under open directories of web servers.It only provide access to already available files in a same way Google do but in a more refined easily query search.

Movies/Tv Series/Videos
intitle:"index.of" (mp4|avi|mkv) "name or title" -html -htm -php -asp -jsp

Music
intitle:"index.of" (mp3|flac|aac) "name or title" -html -htm -php -asp -jsp

e-Books/Docs
intitle:"index.of" (pdf|epub|mob) "name or title" -html -htm -php -asp -jsp

The bit in parenthesis states the file-types you are looking for, next in quotes is the content/keywords you are looking for, next with minus signs are things that you do not want to see. The first bit - intitle:"index.of" is to get you open directories specifically of various active web servers. Any text that is specific to open directories would work.

The extension fundamentally adds these queries auto to your question and hunt the substance through open directories through Google Query Engine.                    

Informazioni di Base sull'Estensione

Nome Simplex Search - Direct Download Everything Simplex Search - Direct Download Everything
ID pjbeoppcjalfpobcfcfcdndbjdoeikkl
URL Ufficiale https://chromewebstore.google.com/detail/simplex-search-direct-dow/pjbeoppcjalfpobcfcfcdndbjdoeikkl
Descrizione Search service allowing you to find a file among huge no. of files located under open directories of web servers via refined query.
Dimensione del File 36.58 KB
Conteggio Installazioni 578
Versione Corrente 1.1
Ultimo Aggiornamento 2017-10-26
Data di Pubblicazione 2017-10-26
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore ilLuSion InFinity Inc.
Tipo di Pagamento free
Sito Web dell'Estensione http://www.netneek.net
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplex Search - Direct Download Everything",
    "version": "1.1",
    "description": "Search service allowing you to find a file among huge no. of files located under open directories of web servers via refined query.",
    "homepage_url": "http:\/\/search.netneek.net\/",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "16": "images\/default.png",
        "48": "images\/logoSmall.png",
        "128": "images\/logoBig.png"
    },
    "browser_action": {
        "default_title": "Simplex Search - Direct Download Everything",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}