UrlChecker

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

ما هو UrlChecker؟

UrlChecker هو إضافة Chrome تم تطويرها بواسطة http://urlchecker.org، والميزة الرئيسية لها هي "Check the status of download links from various file hosts for free.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة UrlChecker

قم بتنزيل ملفات الامتداد UrlChecker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}