Advice Max

helping you find out why a website is down

Advice Maxคืออะไร?

Advice Max เป็นส่วนขยายของ Chrome ที่พัฒนาโดย juliog156897 และคุณลักษณะหลักของมันคือ "helping you find out why a website is down"

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

screenshot
screenshot

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

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

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

                        When a user goes to a website that is down it helps diagnose possible causes and then allows them to find replacement website.                    

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

ชื่อ Advice Max Advice Max
ID lenhofokgdkhhjcmmennoclhkinbalpf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/advice-max/lenhofokgdkhhjcmmennoclhkinbalpf
คำอธิบาย helping you find out why a website is down
ขนาดไฟล์ 18.1 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-06-29
วันที่เผยแพร่ 2022-06-29
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา juliog156897
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://advice-max.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Julio G",
    "name": "Advice Max",
    "short_name": "Advice Max",
    "homepage_url": "https:\/\/Advise-max.com",
    "description": "helping you find out why a website 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:\/\/*\/*"
    ]
}