Finding Website

Finding website

Finding Website là gì?

Finding Website là một tiện ích mở rộng Chrome được phát triển bởi uploadextsubmissions, và tính năng chính của nó là "Finding website".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Finding Website 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

                        When attempting to go to a pre existing URL and the website shows unreachable or is down, redirect to current active and functional websites.                    

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

Tên Finding Website Finding Website
ID idlldedoeepbikhbklfobbgiembjdjdo
URL Chính Thức https://chrome.google.com/webstore/detail/finding-website/idlldedoeepbikhbklfobbgiembjdjdo
Mô tả Finding website
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 30,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-04-20
Ngày Phát Hành 2022-04-20
Đánh Giá 1.71/5 Tổng số 17 Đánh Giá
Nhà Phát Triển uploadextsubmissions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://findingwebsite.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Mike Werner",
    "name": "Finding Website",
    "short_name": "find website",
    "homepage_url": "https:\/\/Findingwebsite.com",
    "description": "Finding website",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}