Thesearchmonkey

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

Qu'est-ce que Thesearchmonkey ?

Thesearchmonkey est une extension Chrome développée par searchmonkey27, et sa fonction principale est "Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Thesearchmonkey

Téléchargez les fichiers d'extension Thesearchmonkey au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Thesearchmonkey Thesearchmonkey
ID aokniijhkjnminbonpejbahnmpbfjgjg
URL Officiel https://chromewebstore.google.com/detail/thesearchmonkey/aokniijhkjnminbonpejbahnmpbfjgjg
Description Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.
Taille du Fichier 2.96 MB
Nombre d'Installations 115
Version Actuelle 1.1.25
Dernière Mise à Jour 2022-06-21
Date de Publication 2020-04-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur searchmonkey27
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://thesearchmonkey.com
URL de la Page d'Aide https://thesearchmonkey.com/privacy-policy.html
URL de la Page de Politique de Confidentialité https://thesearchmonkey.com/privacy-policy.html
Langues Prises en Charge 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"
    ]
}