UrlChecker
Check the status of download links from various file hosts for free.
UrlChecker là gì?
UrlChecker là một tiện ích mở rộng Chrome được phát triển bởi http://urlchecker.org, và tính năng chính của nó là "Check the status of download links from various file hosts for free.".
Ả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 UrlChecker
Tải xuống các tệp mở rộng UrlChecker 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
UrlChecker for mediafire, rapidshare, depositfiles,mega.co.nz,.. adfly,bitly,urlcash,linkbucks link extractor and many other file hosts Automatically marks online status of links within selected or a webiste This addon adds two options, one in context menu and one in status bar, in a form of an icon. The context menu option (right click) will help you check the status of selected or highlighted file host links. So, all you have to do is highlight then click on "Check selected links". The status bar option allows you to have all the links on the page you're currently on to be checked. Supported by http://urlchecker.net (http://urlchecker.org) Addon for Firefox https://addons.mozilla.org/addon/urlchecker/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fphfikkelimonncljnpdokedogmplcaf |
URL Chính Thức | https://chrome.google.com/webstore/detail/urlchecker/fphfikkelimonncljnpdokedogmplcaf |
Mô tả | Check the status of download links from various file hosts for free. |
Kích Thước Tệp | 5.94 KB |
Số Lần Cài Đặt | 813 |
Phiên Bản Hiện Tại | 0.31 |
Cập Nhật Lần Cuối | 2014-07-07 |
Ngày Phát Hành | 2014-07-07 |
Đánh Giá | 4.25/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | http://urlchecker.org |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://urlchecker.net |
URL Trang Trợ Giúp | http://urlchecker.net/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/urlchecker.png", "default_title": "Check all file hosting,folder in Page Via UrlChecker" }, "content_scripts": [ { "js": [ "urlchecker.js" ], "matches": [ "http:\/\/urlchecker.org\/" ] } ], "description": "Check the status of download links from various file hosts for free.", "icons": { "128": "images\/icon128.png" }, "manifest_version": 2, "name": "UrlChecker", "permissions": [ "contextMenus", "tabs", "http:\/\/urlchecker.org\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.31", "web_accessible_resources": [ "images\/*.png", "urlchecker.js", "core.js" ] } |