Searchberry Home Page

Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more...

Searchberry Home Page là gì?

Searchberry Home Page là một tiện ích mở rộng Chrome được phát triển bởi searchberry.xyz, và tính năng chính của nó là "Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more...".

Ả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 Searchberry Home Page

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

                        Find your search results faster. Install with few clicks. Get all the top results on a clean browser. Install Now.

By clicking "Add to chrome", you accept and agree to installing the Searchberry, Search In Berry Way! Chrome extension and to setting Chrome: New Tab to that provided by the service and the Terms of Use and Privacy Policy.

https://searchberry.xyz/
https://searchberry.xyz/Term-condition.php
https://searchberry.xyz/Privacy.php                    

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

Tên Searchberry Home Page Searchberry Home Page
ID cojncglajihhonbkdmhbckkpfncokdfc
URL Chính Thức https://chromewebstore.google.com/detail/searchberry-home-page/cojncglajihhonbkdmhbckkpfncokdfc
Mô tả Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more...
Kích Thước Tệp 97.22 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-02-09
Ngày Phát Hành 2019-03-27
Đánh Giá 4.90/5 Tổng số 62 Đánh Giá
Nhà Phát Triển searchberry.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://searchberry.xyz/
URL Trang Trợ Giúp https://searchberry.xyz/Privacy.php
URL Trang Chính Sách Bảo Mật policy.https://searchberry.xyz/Privacy.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Searchberry Home Page",
    "version": "1.0.0",
    "description": "Find What You're Looking For In a Berry Way! This extension sets your New Tab to SearchBerry links, updates and more...",
    "homepage_url": "http:\/\/searchberry.co\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "",
        "notifications"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "content\/new_tab_url_injector.js",
                "libs\/jquery.min.js",
                "libs\/handlebars.runtime.min.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js",
                "libs\/urls.js",
                "content\/style.js",
                "content\/templates.js",
                "content\/interface.js",
                "content\/new_tab_url_injector.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/18x18.png",
        "default_title": "Searchberry"
    },
    "icons": {
        "24": "images\/24x24.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "searchberry.html"
    }
}