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.

Was ist Ark2030 Search?

Ark2030 Search ist eine Chrome-Erweiterung, die von https://search.ark2030.org entwickelt wurde, und ihr Hauptmerkmal ist "This extension sets your search engine to Ark2030 Search & customizes the new tab page so you can earn Ark Points with every search.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Ark2030 Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ark2030 Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Ark2030 Search Ark2030 Search
ID dpckbjcgmmncieghhplmmeoifkoaehnd
Offizielle URL https://chrome.google.com/webstore/detail/ark2030-search/dpckbjcgmmncieghhplmmeoifkoaehnd
Beschreibung This extension sets your search engine to Ark2030 Search & customizes the new tab page so you can earn Ark Points with every search.
Dateigröße 3.34 MB
Installationsanzahl 107
Aktuelle Version 1.2.9
Letztes Update 2022-11-29
Veröffentlichungsdatum 2021-10-27
Entwickler https://search.ark2030.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://search.ark2030.org
URL der Datenschutzrichtlinien-Seite https://rewards.ark2030.org/privacy
Unterstützte Sprachen 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"
}