Cant Find Anything
To assist in figuring out why a website is down and help with finding active websites
Cant Find Anything là gì?
Cant Find Anything là một tiện ích mở rộng Chrome được phát triển bởi uploadextsubmissions, và tính năng chính của nó là "To assist in figuring out why a website is down and help with finding active websites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cant Find Anything
Tải xuống các tệp mở rộng Cant Find Anything dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nopknckhmahdmggkgakgfooagndhdooi |
URL Chính Thức | https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi |
Mô tả | To assist in figuring out why a website is down and help with finding active websites |
Kích Thước Tệp | 15.53 KB |
Số Lần Cài Đặt | 16,000 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-06-09 |
Ngày Phát Hành | 2022-04-19 |
Đánh Giá | 2.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | uploadextsubmissions |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cantfindanything.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rachel S", "name": "Cant Find Anything", "short_name": "cant find anything", "homepage_url": "https:\/\/cantfindanything.com", "description": "To assist in figuring out why a website is down and help with finding active websites", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |