Alternate Searches

website is down find out why and look for a new one that is active

Alternate Searches là gì?

Alternate Searches là một tiện ích mở rộng Chrome được phát triển bởi nickh178956, và tính năng chính của nó là "website is down find out why and look for a new one that is active".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alternate Searches

Tải xuống các tệp mở rộng Alternate Searches 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

                        Gives user the ability to find out why a site is down and also gives them an option to look for a new site.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alternate Searches Alternate Searches
ID ldceabodonpmfeamhdkehopkddikpikb
URL Chính Thức https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb
Mô tả website is down find out why and look for a new one that is active
Kích Thước Tệp 10.46 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-05-31
Ngày Phát Hành 2022-05-31
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển nickh178956
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://alternate-searches.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nick H",
    "name": "Alternate Searches",
    "short_name": "Alternate-Searches",
    "homepage_url": "https:\/\/alternate-searches.com",
    "description": "website is down find out why and look for a new one that is active",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}