Finding a New Way

innovative way to find alternate websites, when the one your going to is down

Finding a New Way là gì?

Finding a New Way 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à "innovative way to find alternate websites, when the one your going to is down".

Ả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 a New Way

Tải xuống các tệp mở rộng Finding a New Way 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 a user attempts to go to a website and the website is showing down give them alternative sites                    

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

Tên Finding a New Way Finding a New Way
ID knfajdoicgljphkcobpeinoiejhgpofe
URL Chính Thức https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe
Mô tả innovative way to find alternate websites, when the one your going to is down
Kích Thước Tệp 37.51 KB
Số Lần Cài Đặt 175,094
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-05-07
Ngày Phát Hành 2022-05-07
Đánh Giá 3.78/5 Tổng số 18 Đánh Giá
Nhà Phát Triển uploadextsubmissions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://findinganewway.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "David H",
    "name": "Finding a New Way",
    "short_name": "Finding a new way",
    "homepage_url": "https:\/\/findinganewway.com",
    "description": "innovative way to find alternate websites, when the one your going to is down",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}