Thesearchmonkey

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

Cos'è Thesearchmonkey?

Thesearchmonkey è un'estensione di Chrome sviluppata da searchmonkey27, e la sua funzione principale è "Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Thesearchmonkey

Scarica i file di estensione Thesearchmonkey in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Thesearchmonkey Thesearchmonkey
ID aokniijhkjnminbonpejbahnmpbfjgjg
URL Ufficiale https://chromewebstore.google.com/detail/thesearchmonkey/aokniijhkjnminbonpejbahnmpbfjgjg
Descrizione Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.
Dimensione del File 2.96 MB
Conteggio Installazioni 115
Versione Corrente 1.1.25
Ultimo Aggiornamento 2022-06-21
Data di Pubblicazione 2020-04-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore searchmonkey27
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://thesearchmonkey.com
URL della Pagina di Aiuto https://thesearchmonkey.com/privacy-policy.html
URL della Pagina della Politica sulla Privacy https://thesearchmonkey.com/privacy-policy.html
Lingue Supportate 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"
    ]
}