Link Audit Checker, find invalid content.
This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website
What is Link Audit Checker, find invalid content.?
Link Audit Checker, find invalid content. is a Chrome extension developed by clanceyp, and its main feature is "This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website".
Extension Screenshots
Download Link Audit Checker, find invalid content. Extension CRX File
Download Link Audit Checker, find invalid content. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Validate links, checks HTTP status code and optional search destination pages for string matches, e.g. not all web-servers will return the correct HTTP status code, so you can search for error messages within the target page, such as "Sorry, the you don't have permissions to view this page". This is helpful to find broken pages in your website, or to locate pages containing HTML snippets, for examples TODOs in the code.
Extension Basic Information
Name | Link Audit Checker, find invalid content. |
ID | ofmcimekgccbifblgaiobcbcglihncem |
Official URL | https://chromewebstore.google.com/detail/link-audit-checker-find-i/ofmcimekgccbifblgaiobcbcglihncem |
Description | This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website |
File Size | 838 KB |
Installation Count | 777 |
Current Version | 3.7.0 |
Last Updated | 2022-05-27 |
Publish Date | 2019-07-19 |
Rating | 4.13/5 Total 8 Ratings |
Developer | clanceyp |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Audit Checker, find invalid content.", "version": "3.7.0", "manifest_version": 2, "background": { "scripts": [ "lib\/js\/canvasRenderingContext2DroundRect.js", "lib\/js\/constants.js", "lib\/js\/vendor\/underscore.js", "lib\/js\/background.js" ], "persistent": false }, "browser_action": [], "options_ui": { "page": "options.html", "open_in_tab": false }, "description": "This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website", "icons": { "36": "lib\/i\/36.png", "48": "lib\/i\/48.png", "128": "lib\/i\/128.png" }, "permissions": [ "activeTab", " |