UrlChecker

Check the status of download links from various file hosts for free.

Cos'è UrlChecker?

UrlChecker è un'estensione di Chrome sviluppata da http://urlchecker.org, e la sua funzione principale è "Check the status of download links from various file hosts for free.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UrlChecker

Scarica i file di estensione UrlChecker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome UrlChecker UrlChecker
ID fphfikkelimonncljnpdokedogmplcaf
URL Ufficiale https://chrome.google.com/webstore/detail/urlchecker/fphfikkelimonncljnpdokedogmplcaf
Descrizione Check the status of download links from various file hosts for free.
Dimensione del File 5.94 KB
Conteggio Installazioni 813
Versione Corrente 0.31
Ultimo Aggiornamento 2014-07-07
Data di Pubblicazione 2014-07-07
Valutazione 4.25/5 Totale 12 Valutazioni
Sviluppatore http://urlchecker.org
Tipo di Pagamento free
Sito Web dell'Estensione http://urlchecker.net
URL della Pagina di Aiuto http://urlchecker.net/
Lingue Supportate 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"
    ]
}