UrlChecker

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

Qu'est-ce que UrlChecker ?

UrlChecker est une extension Chrome développée par http://urlchecker.org, et sa fonction principale est "Check the status of download links from various file hosts for free.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UrlChecker

Téléchargez les fichiers d'extension UrlChecker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom UrlChecker UrlChecker
ID fphfikkelimonncljnpdokedogmplcaf
URL Officiel https://chrome.google.com/webstore/detail/urlchecker/fphfikkelimonncljnpdokedogmplcaf
Description Check the status of download links from various file hosts for free.
Taille du Fichier 5.94 KB
Nombre d'Installations 813
Version Actuelle 0.31
Dernière Mise à Jour 2014-07-07
Date de Publication 2014-07-07
Évaluation 4.25/5 Total 12 Évaluations
Développeur http://urlchecker.org
Type de Paiement free
Site Web de l'Extension http://urlchecker.net
URL de la Page d'Aide http://urlchecker.net/
Langues Prises en Charge 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"
    ]
}