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
官方網址 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"
    ]
}