Alternate Searches
website is down find out why and look for a new one that is active
Alternate Searchesคืออะไร?
Alternate Searches เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nickh178956 และคุณลักษณะหลักของมันคือ "website is down find out why and look for a new one that is active"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alternate Searches
ดาวน์โหลดไฟล์ส่วนขยาย Alternate Searches ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gives user the ability to find out why a site is down and also gives them an option to look for a new site.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ldceabodonpmfeamhdkehopkddikpikb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb |
คำอธิบาย | website is down find out why and look for a new one that is active |
ขนาดไฟล์ | 10.46 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-05-31 |
วันที่เผยแพร่ | 2022-05-31 |
คะแนน | 3.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | nickh178956 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://alternate-searches.com |
ภาษาที่รองรับ | 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:\/\/*\/*" ] } |