Down Assist
An extension that assists users in finding alternate options when a website is down.
Down Assist là gì?
Down Assist là một tiện ích mở rộng Chrome được phát triển bởi wil, và tính năng chính của nó là "An extension that assists users in finding alternate options when a website is down.".
Ả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 Down Assist
Tải xuống các tệp mở rộng Down Assist 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
Helps the user find searched alternative options when the website they are browsing is unavailable.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | peelfcfngfjcigoemmimebjlnfdpejdf |
URL Chính Thức | https://chrome.google.com/webstore/detail/down-assist/peelfcfngfjcigoemmimebjlnfdpejdf |
Mô tả | An extension that assists users in finding alternate options when a website is down. |
Kích Thước Tệp | 11.2 KB |
Số Lần Cài Đặt | 44,800 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-04-28 |
Ngày Phát Hành | 2022-04-28 |
Đánh Giá | 3.17/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | wil |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://down-assist.com |
URL Trang Trợ Giúp | https://down-assist.com/?a=about |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Matt H", "name": "Down Assist", "short_name": "Down Assist", "homepage_url": "https:\/\/down-assist.com", "description": "An extension that assists users in finding alternate options when a website is down.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |