Thesearchmonkey

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

Thesearchmonkeyとは何ですか?

Thesearchmonkeyはsearchmonkey27によって開発されたChromeの拡張機能で、その主な機能は「Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Thesearchmonkey拡張機能のCRXファイルをダウンロード

Thesearchmonkey拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Thesearchmonkey Thesearchmonkey
ID aokniijhkjnminbonpejbahnmpbfjgjg
公式URL https://chromewebstore.google.com/detail/thesearchmonkey/aokniijhkjnminbonpejbahnmpbfjgjg
説明 Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.
ファイルサイズ 2.96 MB
インストール数 115
現在のバージョン 1.1.25
最終更新日 2022-06-21
公開日 2020-04-17
評価 5.00/5 合計 1 レビュー
開発者 searchmonkey27
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://thesearchmonkey.com
ヘルプページのURL https://thesearchmonkey.com/privacy-policy.html
プライバシーポリシーページのURL https://thesearchmonkey.com/privacy-policy.html
対応言語 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"
    ]
}