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 là gì?
Simplex Search - Direct Download Everything là một tiện ích mở rộng Chrome được phát triển bởi ilLuSion InFinity Inc., và tính năng chính của nó là "Search service allowing you to find a file among huge no. of files located under open directories of web servers via refined query.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Simplex Search - Direct Download Everything
Tải xuống các tệp mở rộng Simplex Search - Direct Download Everything dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pjbeoppcjalfpobcfcfcdndbjdoeikkl |
URL Chính Thức | https://chromewebstore.google.com/detail/simplex-search-direct-dow/pjbeoppcjalfpobcfcfcdndbjdoeikkl |
Mô tả | Search service allowing you to find a file among huge no. of files located under open directories of web servers via refined query. |
Kích Thước Tệp | 36.58 KB |
Số Lần Cài Đặt | 578 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-10-26 |
Ngày Phát Hành | 2017-10-26 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | ilLuSion InFinity Inc. |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.netneek.net |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |