Helperate

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

Helperateคืออะไร?

Helperate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uploadextsubmissions และคุณลักษณะหลักของมันคือ "Help finding a reason a site is down and a way to find active websites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Helperate

ดาวน์โหลดไฟล์ส่วนขยาย Helperate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Helperate Helperate
ID fnlfkioeooohccjhelehkkndaebknacc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/helperate/fnlfkioeooohccjhelehkkndaebknacc
คำอธิบาย Help finding a reason a site is down and a way to find active websites
ขนาดไฟล์ 16.4 KB
จำนวนการติดตั้ง 40,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-06-25
วันที่เผยแพร่ 2022-05-04
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา uploadextsubmissions
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://helperate.net
ภาษาที่รองรับ 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:\/\/*\/*"
    ]
}