OceanGo
Save the ocean, one search at a time...
What is OceanGo?
OceanGo is a Chrome extension developed by https://oceango.org, and its main feature is "Save the ocean, one search at a time...".
Extension Screenshots
Download OceanGo Extension CRX File
Download OceanGo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
OceanGo is a unique search engine like Google that helps remove plastic from the oceans. Through simply surfing the web, you can help remove ocean plastics and drive ocean cleanup projects across the world. How does it work? We use our revenue to help fund vital ocean cleanup projects. Every time you search, ad earnings are collected and sent to major ocean cleanup companies that help remove plastic from the ocean. Privacy The only thing we care about is the ocean. OceanGo is SSL encrypted to ensure that your security is protected. We don't sell your data to advertisers and we don't save your searches.
Extension Basic Information
Name | OceanGo |
ID | iicafmjknbkiecflpbkcehjeeogcmebm |
Official URL | https://chromewebstore.google.com/detail/oceango/iicafmjknbkiecflpbkcehjeeogcmebm |
Description | Save the ocean, one search at a time... |
File Size | 21.71 KB |
Installation Count | 24 |
Current Version | 1.0 |
Last Updated | 2019-11-19 |
Publish Date | 2019-11-18 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://oceango.org |
[email protected] | |
Payment Type | free |
Extension Website | https://oceango.org |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OceanGo", "author": "OceanGo", "description": "Save the ocean, one search at a time...", "version": "1.0", "manifest_version": 2, "icons": { "16": "icons\/logo.png", "32": "icons\/logo.png", "64": "icons\/logo.png" }, "browser_action": { "default_icon": "icons\/logo.png" }, "chrome_url_overrides": { "newtab": "new_tab.html" }, "chrome_settings_overrides": { "homepage": "https:\/\/oceango.org\/?app", "search_provider": { "name": "OceanGo", "keyword": "OceanGo, OceanGo Search, Search Engine, OceanGo Search Engine", "search_url": "https:\/\/oceango.org\/web?q={searchTerms}", "favicon_url": "https:\/\/oceango.org\/uploads\/brand\/favicon.png", "encoding": "UTF-8", "is_default": true } } } |