Web Saver

Send users to relative sites if the site they want is down.

Web Saver คืออะไร?

Web Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bryce และคุณลักษณะหลักของมันคือ "Send users to relative sites if the site they want is down. "

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Saver

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

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

                        Web saver gives you an option to to search for new websites if the site you're looking for is removed                    

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

ชื่อ Web Saver Web Saver
ID eojnhninofbfhiganhflogegcogkijjh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/web-saver/eojnhninofbfhiganhflogegcogkijjh
คำอธิบาย Send users to relative sites if the site they want is down.
ขนาดไฟล์ 16.02 KB
จำนวนการติดตั้ง 224,845
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-04-04
วันที่เผยแพร่ 2022-04-04
คะแนน 3.92/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา bryce
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://web-saver.com
URL หน้าช่วยเหลือ https://web-saver.com/?a=about
URL หน้านโยบายความเป็นส่วนตัว https://foreststarttabs.com?a=privacy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "jon S.",
    "name": "Web Saver ",
    "short_name": "Web Saver",
    "homepage_url": "https:\/\/web-saver.com",
    "description": "Send users to relative sites if the site they want is down. ",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}