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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
}