Online Search

Online Search replaces your new tab with trending searches & sponsored web search.

Online Search là gì?

Online Search là một tiện ích mở rộng Chrome được phát triển bởi Online Search Tool, và tính năng chính của nó là "Online Search replaces your new tab with trending searches & sponsored web search.".

Ả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 Online Search

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

                        With Online Search extension you get a New Tab search experience including
-New tab search form functionality.
-Popular Daily Trending Searches
-Convenient sponsored web search on your new tab.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy:
https://onlinesearchtool.org/pages2/privacy.html

Uninstall Instructions: 
https://onlinesearchtool.org/pages2/uninstall.html                    

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

Tên Online Search Online Search
ID nhokeekobeiamfefjfdpjimojmdceghn
URL Chính Thức https://chromewebstore.google.com/detail/online-search/nhokeekobeiamfefjfdpjimojmdceghn
Mô tả Online Search replaces your new tab with trending searches & sponsored web search.
Kích Thước Tệp 789 KB
Số Lần Cài Đặt 34,096
Phiên Bản Hiện Tại 1.0.1.1
Cập Nhật Lần Cuối 2023-01-22
Ngày Phát Hành 2022-04-09
Nhà Phát Triển Online Search Tool
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://onlinesearchtool.org/pages/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1.1",
    "manifest_version": 3,
    "short_name": "Online Search",
    "description": "Online Search replaces your new tab with trending searches & sponsored web search.",
    "name": "Online Search",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.onlinesearchtool.org\/*"
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}