Helperate

Help finding a reason a site is down and a way to find active websites

Helperate là gì?

Helperate 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à "Help finding a reason a site is down and a way to find active websites".

Ả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 Helperate

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

                        Preventing users from going to dead sites gives reasons and helps find active sites                    

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

Tên Helperate Helperate
ID fnlfkioeooohccjhelehkkndaebknacc
URL Chính Thức https://chrome.google.com/webstore/detail/helperate/fnlfkioeooohccjhelehkkndaebknacc
Mô tả Help finding a reason a site is down and a way to find active websites
Kích Thước Tệp 16.4 KB
Số Lần Cài Đặt 40,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-06-25
Ngày Phát Hành 2022-05-04
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển uploadextsubmissions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://helperate.net
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Daniel H",
    "name": "Helperate",
    "short_name": "Helperate",
    "homepage_url": "https:\/\/helperate.net",
    "description": "Help finding a reason a site is down and a way to find active websites",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}