OCG - Saving Ocean Life

OCG is a free extension that helps save dolphins and the ocean while you use the internet

What is OCG - Saving Ocean Life?

OCG - Saving Ocean Life is a Chrome extension developed by http://ocg.org, and its main feature is "OCG is a free extension that helps save dolphins and the ocean while you use the internet".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download OCG - Saving Ocean Life Extension CRX File

Download OCG - Saving Ocean Life 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

                        ★ Save Dolphins, Turtles & Aquatic Life ★

Install this FREE extension today and you will be instantly helping save dolphins and other ocean life from plastic pollution.

★ How it works ★

Just search the web as you normally would.  When advertisers pay to show you ads, instead of that money going to Google it goes to helping clean the Ocean instead.

Make a difference in the world today by installing and using our extension.

★ Who we are ★

Ocean Cleanup Group or OCG for short and we focus 100% on cleaning the ocean and saving aquatic life.  This FREE app helps us raise money to save the oceans of our world.

★ Your impact ★

By using this extension you will be directly helping clean the Ocean.  The money advertisers pay to show you ads will go directly towards cleaning operations 100%.  On average for every 300 users we are able to hire a single full time employee to help with the cause.

★ Permissions ★

By clicking "Add to chrome", I accept and agree to installing the OCG extension and setting Chrome™ New Tab and Default Search to that provided by the service and the Privacy Policy (https://ocg.org/privacy) and Terms of Use (https://ocg.org/terms-of-service)                    

Extension Basic Information

Name OCG - Saving Ocean Life OCG - Saving Ocean Life
ID edknlkpnopifdjjfjfghdlfkoojimlia
Official URL https://chrome.google.com/webstore/detail/ocg-saving-ocean-life/edknlkpnopifdjjfjfghdlfkoojimlia
Description OCG is a free extension that helps save dolphins and the ocean while you use the internet
File Size 209 KB
Installation Count 230
Current Version 1.3
Last Updated 2020-04-02
Publish Date 2020-03-30
Rating 5.00/5 Total 5 Ratings
Developer http://ocg.org
Email [email protected]
Payment Type free
Extension Website https://ocg.org/
Help Page URL https://ocg.org/faq
Privacy Policy Page URL https://ocg.org/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.3",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "content_scripts": [
        {
            "css": [
                "hideExtensionButton.css"
            ],
            "matches": [
                "*:\/\/ocg.org\/*"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "homepage": "https:\/\/ocg.org\/",
        "search_provider": {
            "name": "OCG",
            "keyword": "q",
            "search_url": "https:\/\/ocg.org\/searchr?q={searchTerms}",
            "favicon_url": "https:\/\/ocg.org\/favicon.ico",
            "suggest_url": "https:\/\/ocg.org\/api_suggestions.php?q={searchTerms}",
            "image_url": "https:\/\/ocg.org\/searchr?q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        },
        "startup_pages": [
            "https:\/\/ocg.org\/"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_128.png",
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_popupTitle__"
    },
    "chrome_url_overrides": {
        "newtab": "search\/search.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwD1G\/wHx1mvWfDBNvEyLBXfedxBZWcj1QHhsIKCvsKNbqk6s\/CZ\/9POrN4ceZHw04iJsowgWlgcf0sTT28I6zpMu5H9M8QLF\/wLJuIOuAwt6E5k9TEEchaGuLF0psuuSzAUF3T2SbF+qCFP9TjguQ718ax9KxXIohq3dONOaXis16oRwlN\/ZKDOfW041q82a3ufk6Q99DdbjFqbpMBdzxAaKHJBZd2LZTE\/WK7rQOOLZgWJO7IPtAhBiioyaJu6ItvXcbiEYhU8m4FbMWByR\/ElqLavZc3GmY5AZKZH0lriwWB\/gRwBg5Gu2U3IuFRz4xUHKTnA\/YNRo+Ke72NZhuwIDAQAB",
    "background": {
        "page": "search\/background.html",
        "persistent": true
    },
    "externally_connectable": {
        "ids": [
            "edknlkpnopifdjjfjfghdlfkoojimlia"
        ],
        "matches": [
            "*:\/\/ocg.org\/*"
        ],
        "accept_tls_channel_id": true
    },
    "permissions": [
        "cookies",
        "storage",
        "activeTab",
        "topSites",
        "unlimitedStorage",
        "*:\/\/*.ocg.org\/*",
        "*:\/\/ocg.org\/*"
    ]
}