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.

什麼是Simplex Search - Direct Download Everything?

Simplex Search - Direct Download Everything是由ilLuSion InFinity Inc.開發的Chrome擴展程式,該擴展的主要功能是“Search service allowing you to find a file among huge no. of files located under open directories of web servers via refined query.”。

擴展截圖

screenshot
screenshot

下載Simplex Search - Direct Download Everything擴展crx文件

下載Simplex Search - Direct Download Everything擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Simplex Search - Direct Download Everything Simplex Search - Direct Download Everything
ID pjbeoppcjalfpobcfcfcdndbjdoeikkl
官方網址 https://chromewebstore.google.com/detail/simplex-search-direct-dow/pjbeoppcjalfpobcfcfcdndbjdoeikkl
簡介 Search service allowing you to find a file among huge no. of files located under open directories of web servers via refined query.
檔案大小 36.58 KB
安裝次數 578
目前版本 1.1
更新時間 2017-10-26
上架時間 2017-10-26
評分 5.00/5 共 7 次評分
開發者 ilLuSion InFinity Inc.
付費類型 free
擴展官網 http://www.netneek.net
支援的語言 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'"
}