my not found

My Not Found, gives users an option to find related sites if the original website is no longer online

my not foundคืออะไร?

my not found เป็นส่วนขยายของ Chrome ที่พัฒนาโดย doyle1598765 และคุณลักษณะหลักของมันคือ "My Not Found, gives users an option to find related sites if the original website is no longer online "

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย my not found

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

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

                        finding relevant content for a consumer if website not available                    

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

ชื่อ my not found my not found
ID gdjfpoombkbagdjhpnckejfbjofmchcn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn
คำอธิบาย My Not Found, gives users an option to find related sites if the original website is no longer online
ขนาดไฟล์ 7.41 KB
จำนวนการติดตั้ง 1,374
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-09-16
วันที่เผยแพร่ 2021-09-16
ผู้พัฒนา doyle1598765
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mynotfound.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "author": "Theo Parker",
    "name": "my not found",
    "short_name": "My Not Found",
    "homepage_url": "https:\/\/mynotfound.com",
    "description": "My Not Found, gives users an option to find related sites if the original website is no longer online ",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo-128.png",
        "default_title": "My Not Found"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}