UrlChecker
Check the status of download links from various file hosts for free.
O que é UrlChecker?
UrlChecker é uma extensão do Chrome desenvolvida por http://urlchecker.org, e sua principal característica é "Check the status of download links from various file hosts for free.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UrlChecker
Baixe arquivos de extensão UrlChecker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | |
ID | fphfikkelimonncljnpdokedogmplcaf |
URL Oficial | https://chrome.google.com/webstore/detail/urlchecker/fphfikkelimonncljnpdokedogmplcaf |
Descrição | Check the status of download links from various file hosts for free. |
Tamanho do Arquivo | 5.94 KB |
Contagem de Instalações | 813 |
Versão Atual | 0.31 |
Última Atualização | 2014-07-07 |
Data de Publicação | 2014-07-07 |
Classificação | 4.25/5 Total de 12 Avaliações |
Desenvolvedor | http://urlchecker.org |
Tipo de Pagamento | free |
Site da Extensão | http://urlchecker.net |
URL da Página de Ajuda | http://urlchecker.net/ |
Idiomas Suportados | 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" ] } |