UrlChecker
Check the status of download links from various file hosts for free.
UrlChecker क्या है?
UrlChecker http://urlchecker.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check the status of download links from various file hosts for free."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UrlChecker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |