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) là gì?
File Search Engine (by FileDiva) là một tiện ích mở rộng Chrome được phát triển bởi http://www.filediva.com, và tính năng chính của nó là "Search & Download shared files from various file hosting sites like: Rapidshare, Uploaded, Rapidgator, Netload, 4shared, Extabit...".
Ả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 File Search Engine (by FileDiva)
Tải xuống các tệp mở rộng File Search Engine (by FileDiva) 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hjkinckdmleladaolhpagacjbkjfgfce |
URL Chính Thức | https://chrome.google.com/webstore/detail/file-search-engine-by-fil/hjkinckdmleladaolhpagacjbkjfgfce |
Mô tả | Search & Download shared files from various file hosting sites like: Rapidshare, Uploaded, Rapidgator, Netload, 4shared, Extabit... |
Kích Thước Tệp | 79.04 KB |
Số Lần Cài Đặt | 501 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2013-08-26 |
Ngày Phát Hành | 2013-08-26 |
Đánh Giá | 3.12/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | http://www.filediva.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.filediva.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } |