better destination
Assists users with moving to a new destination if the site they visit is no longer online
better destinationคืออะไร?
better destination เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sebastian.white247 และคุณลักษณะหลักของมันคือ "Assists users with moving to a new destination if the site they visit is no longer online"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย better destination
ดาวน์โหลดไฟล์ส่วนขยาย better destination ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
site no longer active directs them to related content
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | chhidbgbpdfffedjmkaaihhgabmempnm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm |
คำอธิบาย | Assists users with moving to a new destination if the site they visit is no longer online |
ขนาดไฟล์ | 6.41 KB |
จำนวนการติดตั้ง | 200,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-09-19 |
วันที่เผยแพร่ | 2021-09-19 |
คะแนน | 2.32/5 รวมทั้งหมด 62 คะแนน |
ผู้พัฒนา | sebastian.white247 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://better-destination.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "author": "Scott Davidson", "name": "better destination", "short_name": "BD", "homepage_url": "https:\/\/better-destination.com", "description": "Assists users with moving to a new destination if the site they visit is no longer online", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "logo-128.png", "default_title": "better destination" }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |