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 là gì?

my not found là một tiện ích mở rộng Chrome được phát triển bởi doyle1598765, và tính năng chính của nó là "My Not Found, gives users an option to find related sites if the original website is no longer online ".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng my not found

Tải xuống các tệp mở rộng my not found dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        finding relevant content for a consumer if website not available                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên my not found my not found
ID gdjfpoombkbagdjhpnckejfbjofmchcn
URL Chính Thức https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn
Mô tả My Not Found, gives users an option to find related sites if the original website is no longer online
Kích Thước Tệp 7.41 KB
Số Lần Cài Đặt 1,374
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-09-16
Ngày Phát Hành 2021-09-16
Nhà Phát Triển doyle1598765
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mynotfound.com/
Ngôn Ngữ Được Hỗ Trợ 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"
}