Finding Website
Finding website
Finding Websiteคืออะไร?
Finding Website เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uploadextsubmissions และคุณลักษณะหลักของมันคือ "Finding website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Finding Website
ดาวน์โหลดไฟล์ส่วนขยาย Finding Website ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When attempting to go to a pre existing URL and the website shows unreachable or is down, redirect to current active and functional websites.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | idlldedoeepbikhbklfobbgiembjdjdo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/finding-website/idlldedoeepbikhbklfobbgiembjdjdo |
คำอธิบาย | Finding website |
ขนาดไฟล์ | 112 KB |
จำนวนการติดตั้ง | 30,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-04-20 |
วันที่เผยแพร่ | 2022-04-20 |
คะแนน | 1.71/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | uploadextsubmissions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://findingwebsite.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Mike Werner", "name": "Finding Website", "short_name": "find website", "homepage_url": "https:\/\/Findingwebsite.com", "description": "Finding website", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |