New Page Finder

New Page Finder helps you discover more options in web search from non-working websites

New Page Finderคืออะไร?

New Page Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eugene Treko และคุณลักษณะหลักของมันคือ "New Page Finder helps you discover more options in web search from non-working websites"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Page Finder

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

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

                        When a website you're trying to access no longer works you're usually redirected to a 404 page. With New Page Finder you can avoid such a bad experience that distracts so many Internet users. This extension provides you with options to find related websites instead of a non-working one. 
Get better search results and improve your website navigation with New Page Finder.                    

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

ชื่อ New Page Finder New Page Finder
ID ojceecdokhimjilhjjlognoioemfoghk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/new-page-finder/ojceecdokhimjilhjjlognoioemfoghk
คำอธิบาย New Page Finder helps you discover more options in web search from non-working websites
ขนาดไฟล์ 7.6 KB
จำนวนการติดตั้ง 15,121
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-06-15
วันที่เผยแพร่ 2022-04-21
คะแนน 1.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Eugene Treko
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://newpagefinder.com/
URL หน้าช่วยเหลือ https://newpagefinder.com/?a=about
URL หน้านโยบายความเป็นส่วนตัว https://newpagefinder.com?a=privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Eugene Treko",
    "name": "New Page Finder",
    "short_name": "New Page Finder",
    "homepage_url": "https:\/\/newpagefinder.com\/",
    "description": "New Page Finder helps you discover more options in web search from non-working websites",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}