Site Searcher

Easy tool that lets you search related content and similar websites instead of lost content

Site Searcher là gì?

Site Searcher là một tiện ích mở rộng Chrome được phát triển bởi Eugene Treko, và tính năng chính của nó là "Easy tool that lets you search related content and similar websites instead of lost content".

Ả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 Site Searcher

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

                        If you want to improve your browsing it's easier to do with Site Searcher. Get useful suggestions of related websites that are similar to the one that you're unable to reach. If the site you were looking for wasn't found and the web address is missing Site Searcher will suggest similar websites. Recommended content will be instantly suggested instead of a standard 404 error page that the browser loads when your website wasn't found. With Site Searcher it's easier to continue browsing without interruption.                    

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

Tên Site Searcher Site Searcher
ID ldjmnjgloogghhkpocikaoibikhebmhm
URL Chính Thức https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm
Mô tả Easy tool that lets you search related content and similar websites instead of lost content
Kích Thước Tệp 9.97 KB
Số Lần Cài Đặt 90,000
Phiên Bản Hiện Tại 1.02
Cập Nhật Lần Cuối 2022-06-27
Ngày Phát Hành 2022-06-27
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Eugene Treko
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://site-searcher.com/
URL Trang Trợ Giúp https://site-searcher.com/?a=about
URL Trang Chính Sách Bảo Mật https://newpagefinder.com?a=privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Leon Vojcech",
    "name": "Site Searcher",
    "short_name": "Site Searcher",
    "homepage_url": "https:\/\/site-searcher.com\/",
    "description": "Easy tool that lets you search related content and similar websites instead of lost content",
    "version": "1.02",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}