website broken link and 404 error checker

A SEO tool to fast find all broken links on your websites to Rank Higher.

website broken link and 404 error checkerとは何ですか?

website broken link and 404 error checkerはWuhenloveによって開発されたChromeの拡張機能で、その主な機能は「A SEO tool to fast find all broken links on your websites to Rank Higher.」です。

拡張機能のスクリーンショット

screenshot
screenshot

website broken link and 404 error checker拡張機能のCRXファイルをダウンロード

website broken link and 404 error checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        website broken link and 404 error checker is a find broken link Chrome extension. With this plugin, you can find all broken links (404 errors) on the web page.

Aren't you bored of the eliminate bad links on the page? All you have to do is install the website broken link and 404 error checker quickly.

*No bloat, no ads, no unnecessary permissions, just a simple way to find all broken links (404 errors) on the web page. Find more! Save more!*

The advanced find all broken link technology handles unlike any other extension. If you encounter an issue, please report it via the customer support flag icon on the capture page, so we can improve the extension for you and everyone else who uses it.

What are the applicable sites?
Any website can be used to extract all website links in the page.

How long will it take to find all broken links?
Broken Link Checker" scans your pages or your entire website and provides a link analysis report within minutes, showing you the bad links that exist on your website as well as the external links that have 404 errors (nofollow or dofollow).
Allows you to quickly optimize the links in your website

Use this tool to keep your website error free and rank higher!                    

拡張機能の基本情報

名前 website broken link and 404 error checker website broken link and 404 error checker
ID kkjfobdnekhdpmgomkpeibhlnmcjgian
公式URL https://chromewebstore.google.com/detail/website-broken-link-and-4/kkjfobdnekhdpmgomkpeibhlnmcjgian
説明 A SEO tool to fast find all broken links on your websites to Rank Higher.
ファイルサイズ 369 KB
インストール数 10,000
現在のバージョン 1.1.1
最終更新日 2023-03-28
公開日 2022-08-13
評価 3.80/5 合計 10 レビュー
開発者 Wuhenlove
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://findniche.com/privacy
対応言語 en,lv,lt,sk,sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.1",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [],
    "icons": {
        "128": "icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon128.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}