UrlChecker
Check the status of download links from various file hosts for free.
¿Qué es UrlChecker?
UrlChecker es una extensión de Chrome desarrollada por http://urlchecker.org, y su función principal es "Check the status of download links from various file hosts for free.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión UrlChecker
Descarga archivos de extensión UrlChecker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | |
ID | fphfikkelimonncljnpdokedogmplcaf |
URL Oficial | https://chrome.google.com/webstore/detail/urlchecker/fphfikkelimonncljnpdokedogmplcaf |
Descripción | Check the status of download links from various file hosts for free. |
Tamaño del Archivo | 5.94 KB |
Cantidad de Instalaciones | 813 |
Versión Actual | 0.31 |
Última Actualización | 2014-07-07 |
Fecha de Publicación | 2014-07-07 |
Calificación | 4.25/5 Total de 12 Calificaciones |
Desarrollador | http://urlchecker.org |
Tipo de Pago | free |
Sitio Web de la Extensión | http://urlchecker.net |
URL de la Página de Ayuda | http://urlchecker.net/ |
Idiomas Soportados | 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" ] } |