Ocean Rescuers a search engine to save oceans

Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search.

Qu'est-ce que Ocean Rescuers a search engine to save oceans ?

Ocean Rescuers a search engine to save oceans est une extension Chrome développée par http://oceanrescuers.org, et sa fonction principale est "Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ocean Rescuers a search engine to save oceans

Téléchargez les fichiers d'extension Ocean Rescuers a search engine to save oceans 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

                        Ocean Rescuers is a search engine, with a different philosophy as we use our ad revenue to clean up the beaches and oceans around the world.  Add this to chrome today and join the Ocean Rescuers community to save our oceans for future generations.  Just use our search engine and you can make a difference.

Please read carefully: by clicking Add To Chrome I agree to change my new tab to that provided by the service and to the privacy policy and terms of service below.

https://oceanrescuers.org/privacy.html
https://oceanrescuers.org/terms.html                    

Informations de Base sur l'Extension

Nom Ocean Rescuers a search engine to save oceans Ocean Rescuers a search engine to save oceans
ID cdjkoaioeapjmjnjfpjpmiakkfklkacb
URL Officiel https://chrome.google.com/webstore/detail/ocean-rescuers-a-search-e/cdjkoaioeapjmjnjfpjpmiakkfklkacb
Description Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search.
Taille du Fichier 278 KB
Nombre d'Installations 97
Version Actuelle 0.0.4
Dernière Mise à Jour 2022-02-11
Date de Publication 2021-06-08
Évaluation 2.33/5 Total 3 Évaluations
Développeur http://oceanrescuers.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://oceanrescuers.org
URL de la Page de Politique de Confidentialité https://oceanrescuers.org/privacy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ocean Rescuers a search engine to save oceans",
    "description": "Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search.",
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/api.bing.com\/*",
        "*:\/\/oceanrescuers.org\/*",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/oceanrescuers.org\/"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; connect-src https:\/\/www.google-analytics.com www.google-analytics.com https:\/\/stats.g.doubleclick.net https:\/\/api.bing.com\/ https:\/\/oceanrescuers.org; object-src 'self'",
    "version": "0.0.4"
}