404 Redirector
Redirects 404/error pages to the website's home page
404 Redirectorとは何ですか?
404 RedirectorはJustin Jacobsによって開発されたChromeの拡張機能で、その主な機能は「Redirects 404/error pages to the website's home page」です。
拡張機能のスクリーンショット
404 Redirector拡張機能のCRXファイルをダウンロード
404 Redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you tired of encountering 404 error pages and dead ends while browsing the web? The 404 Redirector extension is here to help! With this extension, you'll never have to worry about getting stuck on a 404 page again. Whenever you encounter a 404 error or a URL with the word "error" in it, the extension will automatically redirect you to the homepage of the website. No more frustration or wasted time! The 404 Redirector extension is lightweight, easy to use, and requires no setup. Simply install it, and it will work in the background to keep you on track. So why wait? Install the 404 Redirector extension now and start browsing with peace of mind!
拡張機能の基本情報
名前 | 404 Redirector |
ID | cpibnljaodgflgemcnhoehejfoekcljn |
公式URL | https://chromewebstore.google.com/detail/404-redirector/cpibnljaodgflgemcnhoehejfoekcljn |
説明 | Redirects 404/error pages to the website's home page |
ファイルサイズ | 6.06 KB |
インストール数 | 29 |
現在のバージョン | 1.0 |
最終更新日 | 2022-12-22 |
公開日 | 2022-12-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Justin Jacobs |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "404 Redirector", "description": "Redirects 404\/error pages to the website's home page", "version": "1.0", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "128": "128.png" } } |