Presearch.com Start With Us

Set Chrome's Homepage and New Tab page to Presearch.com

Presearch.com Start With Us là gì?

Presearch.com Start With Us là một tiện ích mở rộng Chrome được phát triển bởi https://presearch.com, và tính năng chính của nó là "Set Chrome's Homepage and New Tab page to Presearch.com".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Presearch.com Start With Us

Tải xuống các tệp mở rộng Presearch.com Start With Us 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

                        This extension allows you to set your browser homepage to presearch.com                    

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

Tên Presearch.com Start With Us Presearch.com Start With Us
ID fbknefhkjhbolemlchjhacbgckdjggod
URL Chính Thức https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod
Mô tả Set Chrome's Homepage and New Tab page to Presearch.com
Kích Thước Tệp 24.85 KB
Số Lần Cài Đặt 37,200
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-06-07
Ngày Phát Hành 2018-01-26
Đánh Giá 4.63/5 Tổng số 195 Đánh Giá
Nhà Phát Triển https://presearch.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://presearch.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Presearch.com Start With Us",
    "description": "Set Chrome's Homepage and New Tab page to Presearch.com",
    "version": "1.0.3",
    "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.presearch.com\/*"
            ],
            "css": [
                "assets\/popup-visibility.css"
            ],
            "js": [
                "assets\/popup-visibility.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*.presearch.com\/*"
    ],
    "chrome_settings_overrides": {
        "homepage": "https:\/\/presearch.com\/?utm_source=extcr",
        "startup_pages": [
            "https:\/\/presearch.com\/?utm_source=extcr"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}