Alt Look
helps to find a reason why a site is down and give options
Alt Look là gì?
Alt Look là một tiện ích mở rộng Chrome được phát triển bởi gregk15978, và tính năng chính của nó là "helps to find a reason why a site is down and give options".
Ả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 Alt Look
Tải xuống các tệp mở rộng Alt Look 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 navigating to an inactive website gives a description of why its down and option to find a replacement site
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pagfcedlonoegfbckkoocheienddjabc |
URL Chính Thức | https://chrome.google.com/webstore/detail/alt-look/pagfcedlonoegfbckkoocheienddjabc |
Mô tả | helps to find a reason why a site is down and give options |
Kích Thước Tệp | 16.7 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-06-07 |
Ngày Phát Hành | 2022-06-07 |
Đánh Giá | 2.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | gregk15978 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://alt-look.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Greg K", "name": "Alt Look", "short_name": "Alt look", "homepage_url": "https:\/\/alt-look.com", "description": "helps to find a reason why a site is down and give options", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |