UrlChecker
Check the status of download links from various file hosts for free.
Hvad er UrlChecker?
UrlChecker er en Chrome-udvidelse udviklet af http://urlchecker.org, og dens hovedfunktion er "Check the status of download links from various file hosts for free.".
Udvidelsesskærmbilleder
Download UrlChecker-udvidelses-CRX-fil
Download UrlChecker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fphfikkelimonncljnpdokedogmplcaf |
Officiel URL | https://chrome.google.com/webstore/detail/urlchecker/fphfikkelimonncljnpdokedogmplcaf |
Beskrivelse | Check the status of download links from various file hosts for free. |
Filstørrelse | 5.94 KB |
Antal Installationer | 813 |
Nuværende Version | 0.31 |
Senest Opdateret | 2014-07-07 |
Udgivelsesdato | 2014-07-07 |
Bedømmelse | 4.25/5 Samlet 12 Bedømmelser |
Udvikler | http://urlchecker.org |
Betalingsmetode | free |
Udvidelseswebsted | http://urlchecker.net |
Hjælpeside-URL | http://urlchecker.net/ |
Understøttede Sprog | 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" ] } |