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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}