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.

Qu'est-ce que Ark2030 Search ?

Ark2030 Search est une extension Chrome développée par https://search.ark2030.org, et sa fonction principale est "This extension sets your search engine to Ark2030 Search & customizes the new tab page so you can earn Ark Points with every search.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ark2030 Search

Téléchargez les fichiers d'extension Ark2030 Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Ark2030 Search Ark2030 Search
ID dpckbjcgmmncieghhplmmeoifkoaehnd
URL Officiel https://chrome.google.com/webstore/detail/ark2030-search/dpckbjcgmmncieghhplmmeoifkoaehnd
Description This extension sets your search engine to Ark2030 Search & customizes the new tab page so you can earn Ark Points with every search.
Taille du Fichier 3.34 MB
Nombre d'Installations 107
Version Actuelle 1.2.9
Dernière Mise à Jour 2022-11-29
Date de Publication 2021-10-27
Développeur https://search.ark2030.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://search.ark2030.org
URL de la Page de Politique de Confidentialité https://rewards.ark2030.org/privacy
Langues Prises en Charge 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"
}