Dead-end Alternate
Provides user a quick alternate option if the site they navigate to is down.
Dead-end Alternate là gì?
Dead-end Alternate là một tiện ích mở rộng Chrome được phát triển bởi saundersd747, và tính năng chính của nó là "Provides user a quick alternate option if the site they navigate to 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 Dead-end Alternate
Tải xuống các tệp mở rộng Dead-end Alternate 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
Avoids online dead-ends by quickly providing users alternate options if a website is unavailable.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ckedpbhdengfhefboeknomhejjdihpai |
URL Chính Thức | https://chrome.google.com/webstore/detail/dead-end-alternate/ckedpbhdengfhefboeknomhejjdihpai |
Mô tả | Provides user a quick alternate option if the site they navigate to is down. |
Kích Thước Tệp | 6.38 KB |
Số Lần Cài Đặt | 30,000 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-05-30 |
Ngày Phát Hành | 2022-05-30 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | saundersd747 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://deadendalternate.com |
URL Trang Trợ Giúp | https://deadendalternate.com/?a=about |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Don S", "name": "Dead-end Alternate", "short_name": "Dead-end Alt", "homepage_url": "https:\/\/deadendalternate.com", "description": "Provides user a quick alternate option if the site they navigate to is down.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |