Thesearchmonkey

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

¿Qué es Thesearchmonkey?

Thesearchmonkey es una extensión de Chrome desarrollada por searchmonkey27, y su función principal es "Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Thesearchmonkey

Descarga archivos de extensión Thesearchmonkey en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Thesearchmonkey Thesearchmonkey
ID aokniijhkjnminbonpejbahnmpbfjgjg
URL Oficial https://chromewebstore.google.com/detail/thesearchmonkey/aokniijhkjnminbonpejbahnmpbfjgjg
Descripción Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.
Tamaño del Archivo 2.96 MB
Cantidad de Instalaciones 115
Versión Actual 1.1.25
Última Actualización 2022-06-21
Fecha de Publicación 2020-04-17
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador searchmonkey27
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://thesearchmonkey.com
URL de la Página de Ayuda https://thesearchmonkey.com/privacy-policy.html
URL de la Página de Política de Privacidad https://thesearchmonkey.com/privacy-policy.html
Idiomas Soportados 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"
    ]
}