OCG - Saving Ocean Life

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

OCG - Saving Ocean Life क्या है?

OCG - Saving Ocean Life https://ocg.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OCG is a free extension that helps save dolphins and the ocean while you use the internet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OCG - Saving Ocean Life एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ★ 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.

Additionally we now offer links on some major shopping sites that allow a portion of all your purchases to go to helping clean the ocean.

★ 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)                    

एक्सटेंशन की मूल जानकारी

नाम OCG - Saving Ocean Life OCG - Saving Ocean Life
ID cnmdgbpgnlocnjnoiiphaoepebfijidi
आधिकारिक URL https://chromewebstore.google.com/detail/ocg-saving-ocean-life/cnmdgbpgnlocnjnoiiphaoepebfijidi
विवरण OCG is a free extension that helps save dolphins and the ocean while you use the internet
फ़ाइल का आकार 241 KB
स्थापना संख्या 12,255
वर्तमान संस्करण 1.11
अंतिम अपडेट 2020-05-17
प्रकाशन तिथि 2020-05-16
रेटिंग 4.59/5 कुल 44 रेटिंग्स
डेवलपर https://ocg.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ocg.org/
सहायता पृष्ठ URL https://ocg.org/faq
गोपनीयता नीति पृष्ठ URL https://ocg.org/privacy
समर्थित भाषाएँ 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.11",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "hideExtensionButton.css"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.ocg.org\/*",
                "*:\/\/ocg.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoVlCkG3QjBstzosGelk1H1PESmfu0f1++ns7ve855C5LhX0vnihwBH2n56cgkRcVz88Ny1+cFAh16HeVbmEE0wdem4RScocC590w3wsAqlfpKiGChwQPsq6OU9q7escwul426VlI\/3HuLKXdVlL3CMALBvsJsh4nZ3JXOBbKn5IoD85C\/F6r5P5rw6pkrpqAT0tD6wj+41pnwx0\/7kJm8XEDHwb7bIzxT8cMcYN+H7E11JPjOBKII4PNtpBfQfN744FWknNhoJpEcfN\/UV7dzuETzNPv3hFNDwx8ueCapJLXl3VquxrjfI0jzFjvxzThKJ8XlLRLECoBZyB5o\/AxHwIDAQAB",
    "background": {
        "page": "search\/background.html",
        "persistent": true
    },
    "externally_connectable": {
        "ids": [
            "cnmdgbpgnlocnjnoiiphaoepebfijidi"
        ],
        "matches": [
            "*:\/\/ocg.org\/*"
        ],
        "accept_tls_channel_id": true
    },
    "web_accessible_resources": [
        "icons\/icon_128.png",
        "images\/ocg_logo_150-1.png"
    ],
    "permissions": [
        "cookies",
        "storage",
        "activeTab",
        "topSites",
        "unlimitedStorage",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.walmart.com\/*",
        "*:\/\/*.ocg.org\/*",
        "*:\/\/ocg.org\/*"
    ]
}