UrlChecker

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

UrlCheckerとは何ですか?

UrlCheckerはhttp://urlchecker.orgによって開発されたChromeの拡張機能で、その主な機能は「Check the status of download links from various file hosts for free.」です。

拡張機能のスクリーンショット

screenshot

UrlChecker拡張機能のCRXファイルをダウンロード

UrlChecker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 UrlChecker UrlChecker
ID fphfikkelimonncljnpdokedogmplcaf
公式URL https://chrome.google.com/webstore/detail/urlchecker/fphfikkelimonncljnpdokedogmplcaf
説明 Check the status of download links from various file hosts for free.
ファイルサイズ 5.94 KB
インストール数 813
現在のバージョン 0.31
最終更新日 2014-07-07
公開日 2014-07-07
評価 4.25/5 合計 12 レビュー
開発者 http://urlchecker.org
支払い方法 free
拡張機能のウェブサイト http://urlchecker.net
ヘルプページのURL http://urlchecker.net/
対応言語 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"
    ]
}