Cant Find Anything
To assist in figuring out why a website is down and help with finding active websites
Cant Find Anythingคืออะไร?
Cant Find Anything เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uploadextsubmissions และคุณลักษณะหลักของมันคือ "To assist in figuring out why a website is down and help with finding active websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cant Find Anything
ดาวน์โหลดไฟล์ส่วนขยาย Cant Find Anything ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nopknckhmahdmggkgakgfooagndhdooi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi |
คำอธิบาย | To assist in figuring out why a website is down and help with finding active websites |
ขนาดไฟล์ | 15.53 KB |
จำนวนการติดตั้ง | 16,000 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2022-06-09 |
วันที่เผยแพร่ | 2022-04-19 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | uploadextsubmissions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cantfindanything.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rachel S", "name": "Cant Find Anything", "short_name": "cant find anything", "homepage_url": "https:\/\/cantfindanything.com", "description": "To assist in figuring out why a website is down and help with finding active websites", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |