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.”。
擴展截圖
下載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 |
ID | aokniijhkjnminbonpejbahnmpbfjgjg |
官方網址 | 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 |
電子郵箱 | [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" ] } |