Ark2030 Search

This extension sets your search engine to Ark2030 Search & customizes the new tab page so you can earn Ark Points with every search.

Co to jest Ark2030 Search?

Ark2030 Search to rozszerzenie Chrome opracowane przez https://search.ark2030.org, a jego główną funkcją jest „This extension sets your search engine to Ark2030 Search & customizes the new tab page so you can earn Ark Points with every search.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Ark2030 Search

Pobierz pliki rozszerzeń Ark2030 Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Description

🌎 EARN ARK POINTS WITH EVERY SEARCH 🌎
 
Install this free extension to earn Ark Points with every search! You’ll instantly help support ecosystem restoration projects around the world – for free.
 
🌎 HOW IT WORKS 🌎
 
Just search the web as you normally would. When advertisers pay us to show you ads, part of that money is donated to the ecosystem restoration project of your choice. You can start helping improve the environment just by installing and using Ark2030 Search.
 
* This extension will set your default search and new tab to Ark2030 Search.
 
Also, install our other extension – Ark2030 Rewards – to earn more Ark Points and save yourself money with discount codes at over 30,000 online stores.
 
🌎 YOUR PRIVACY IS IMPORTANT 🌎
 
Your searches are always SSL-encrypted. Ark2030 doesn't save your searches or track the websites you visit. Also, we never sell your data to advertisers or other third parties.
 
🌎 YOUR IMPACT 🌎
 
By using this extension, you will support ecosystem restoration projects. The money we earn from this system goes towards funding one of the projects listed on 🡪 https://rewards.ark2030.org/projects. We retain part of the revenue to build and maintain our free tools.
 
If you’ve created an Ark2030 account, and sign-in to your account through Ark2030 Search, you will receive a monthly report of your Ark Points earned.
 
🌎 WHO WE ARE 🌎
 
Ark2030 is on a mission to reverse the climate crisis and end the destruction of Planet Earth. When you earn our Ark2030 Points, you’re able to support one our great sustainability initiatives. This free browser extension helps us raise money to support our various ecosystem restoration projects.
 
🌎 REQUIRED PERMISSIONS 🌎
 
"Read and change data on all ark2030.org sites’ and ‘Communicate with cooperating websites," 🡪 so that our extension can talk to ark2030.org and vice versa.

"Change your search settings to ark2030.org" 🡪 this permission allows us to change your default search engine to Ark2030 Search.

"Read and modify your most visited websites" 🡪 this permission is needed for the “New Tab” page so that we can display your most visited sites
 
By clicking "Add to chrome", I accept and agree to installing the Ark2030 Search extension and setting Chrome™ New Tab and Default Search to that provided by the service and the Privacy Policy (https://rewards.ark2030.org/privacy) and Terms of Service (https://rewards.ark2030.org/terms).

🌎 FOLLOW US 🌎

Facebook: https://www.facebook.com/ark2030/
  
LinkedIn: https://www.linkedin.com/company/ark2030                    

Podstawowe informacje o rozszerzeniu

Nazwa Ark2030 Search Ark2030 Search
ID dpckbjcgmmncieghhplmmeoifkoaehnd
Oficjalny URL https://chrome.google.com/webstore/detail/ark2030-search/dpckbjcgmmncieghhplmmeoifkoaehnd
Opis This extension sets your search engine to Ark2030 Search & customizes the new tab page so you can earn Ark Points with every search.
Rozmiar pliku 3.34 MB
Liczba instalacji 107
Aktualna Wersja 1.2.9
Ostatnia Aktualizacja 2022-11-29
Data Publikacji 2021-10-27
Deweloper https://search.ark2030.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://search.ark2030.org
Adres URL Strony Polityki Prywatności https://rewards.ark2030.org/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ark2030 Search",
    "author": "Ark2030",
    "version": "1.2.9",
    "manifest_version": 3,
    "description": "This extension sets your search engine to Ark2030 Search & customizes the new tab page so you can earn Ark Points with every search.",
    "icons": {
        "16": "icons\/uc16.png",
        "128": "icons\/uc128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; default-src 'self' ; connect-src 'self' https:\/\/api.ucapture.com https:\/\/www.google-analytics.com ; img-src 'self' https:\/\/ucapture-assets.s3.us-east-2.amazonaws.com;"
    },
    "permissions": [
        "cookies",
        "alarms",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.ark2030.org\/*",
        "*:\/\/api.ucapture.com\/*",
        "*:\/\/ucapture-assets.s3.us-east-2.amazonaws.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "search.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Ark2030 Search",
            "keyword": "Search",
            "search_url": "https:\/\/search.ark2030.org\/search?q={searchTerms}",
            "favicon_url": "https:\/\/search.ark2030.org\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "action": {
        "default_icon": {
            "16": "icons\/uc16.png",
            "64": "icons\/uc64.png"
        },
        "default_title": "Ark2030 Search",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}