Thesearchmonkey

Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.

Thesearchmonkey là gì?

Thesearchmonkey là một tiện ích mở rộng Chrome được phát triển bởi searchmonkey27, và tính năng chính của nó là "Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.".

Ả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 Thesearchmonkey

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

                        Install The Search Monkey Browser!

Open your new tab and see a beautiful new background, get the latest news update, check the time right in front of your eyes and then perform a search using the search monkey new tab and get the latest results.

By clicking "Add to chrome", you accept and agree to installing TheSearchMonkey new tab Chrome extension and to setting Chrome: New Tab to that provided by the service and the Terms of Use and Privacy Policy.

https://thesearchmonkey.com/privacy-policy.html
https://thesearchmonkey.com/Term-condition.html                    

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

Tên Thesearchmonkey Thesearchmonkey
ID aokniijhkjnminbonpejbahnmpbfjgjg
URL Chính Thức https://chromewebstore.google.com/detail/thesearchmonkey/aokniijhkjnminbonpejbahnmpbfjgjg
Mô tả Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.
Kích Thước Tệp 2.96 MB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.1.25
Cập Nhật Lần Cuối 2022-06-21
Ngày Phát Hành 2020-04-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển searchmonkey27
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://thesearchmonkey.com
URL Trang Trợ Giúp https://thesearchmonkey.com/privacy-policy.html
URL Trang Chính Sách Bảo Mật https://thesearchmonkey.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thesearchmonkey",
    "version": "1.1.25",
    "description": "Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.",
    "browser_action": {
        "default_icon": "monkey-logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "monkey-logo.png"
    },
    "homepage_url": "https:\/\/thesearchmonkey.com",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/widget.rss.app\/v1\/carousel.js https:\/\/favicongrabber.com\/api\/grab\/* https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.3.1\/js\/bootstrap.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.3.1\/css\/bootstrap.min.css https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.4.1\/jquery.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.14.7\/umd\/popper.min.js; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "search.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "search"
    ]
}