File Search Engine (by FileDiva)
Search & Download shared files from various file hosting sites like: Rapidshare, Uploaded, Rapidgator, Netload, 4shared, Extabit...
File Search Engine (by FileDiva)란 무엇입니까?
File Search Engine (by FileDiva)은(는) http://www.filediva.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search & Download shared files from various file hosting sites like: Rapidshare, Uploaded, Rapidgator, Netload, 4shared, Extabit..."입니다.
확장 프로그램 스크린샷
File Search Engine (by FileDiva) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search & Download shared files from various file hosting sites like: Rapidshare, Uploaded, Rapidgator, Netload, 4shared, Extabit,... FileDiva is a search engine OF file-search engine which increase your chance to find the file you are looking for. Search and download movies, TV shows, series, music, ebooks, documents and games online. Features: ===================== ✔ Search dozens of file search engine AT ONCE! ✔ Filter your results by file host, file size and file type. ✔ Get direct access to the search box in Chrome. ✔ Drag & drop feature. ✔ Right-click search feature. ✔ Direct search access from you Google results page.
확장 프로그램 기본 정보
이름 | |
ID | hjkinckdmleladaolhpagacjbkjfgfce |
공식 URL | https://chrome.google.com/webstore/detail/file-search-engine-by-fil/hjkinckdmleladaolhpagacjbkjfgfce |
설명 | Search & Download shared files from various file hosting sites like: Rapidshare, Uploaded, Rapidgator, Netload, 4shared, Extabit... |
파일 크기 | 79.04 KB |
설치 횟수 | 501 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2013-08-26 |
출시 날짜 | 2013-08-26 |
평점 | 3.12/5 총 25 개의 평점 |
개발자 | http://www.filediva.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.filediva.com |
지원되는 언어 | en,es |
manifest.json | |
{ "background": { "scripts": [ "\/js\/background.js", "\/js\/background2.js", "\/js\/background3.js" ] }, "browser_action": { "default_icon": "img\/ico.png", "default_popup": "filediva.html", "default_title": "Filediva" }, "default_locale": "en", "content_scripts": [ { "css": [ "\/css\/filediva2.css" ], "include_globs": [ "http:\/\/www.google.*", "https:\/\/www.google.*" ], "js": [ "\/js\/filediva2.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "css": [ "\/css\/filediva2.css" ], "include_globs": [ "http:\/\/www.imdb.*", "https:\/\/www.imdb.*" ], "js": [ "\/js\/filediva3.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "css": [ "\/css\/filediva2.css" ], "js": [ "\/js\/dragit.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Search & Download shared files from various file hosting sites like: Rapidshare, Uploaded, Rapidgator, Netload, 4shared, Extabit...", "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "24": "img\/icon-24.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "64": "img\/icon-64.png" }, "manifest_version": 2, "name": "File Search Engine (by FileDiva)", "permissions": [ "contextMenus", "webRequest", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |