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é es Ocean Rescuers a search engine to save oceans?
Ocean Rescuers a search engine to save oceans es una extensión de Chrome desarrollada por http://oceanrescuers.org, y su función principal es "Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ocean Rescuers a search engine to save oceans
Descarga archivos de extensión Ocean Rescuers a search engine to save oceans 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
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
Información Básica de la Extensión
Nombre | |
ID | cdjkoaioeapjmjnjfpjpmiakkfklkacb |
URL Oficial | https://chrome.google.com/webstore/detail/ocean-rescuers-a-search-e/cdjkoaioeapjmjnjfpjpmiakkfklkacb |
Descripción | Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search. |
Tamaño del Archivo | 278 KB |
Cantidad de Instalaciones | 97 |
Versión Actual | 0.0.4 |
Última Actualización | 2022-02-11 |
Fecha de Publicación | 2021-06-08 |
Calificación | 2.33/5 Total de 3 Calificaciones |
Desarrollador | http://oceanrescuers.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://oceanrescuers.org |
URL de la Página de Política de Privacidad | https://oceanrescuers.org/privacy.html |
Idiomas Soportados | 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" } |