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.

Ark2030 Search란 무엇입니까?

Ark2030 Search은(는) https://search.ark2030.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension sets your search engine to Ark2030 Search & customizes the new tab page so you can earn Ark Points with every search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Ark2030 Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Ark2030 Search Ark2030 Search
ID dpckbjcgmmncieghhplmmeoifkoaehnd
공식 URL https://chrome.google.com/webstore/detail/ark2030-search/dpckbjcgmmncieghhplmmeoifkoaehnd
설명 This extension sets your search engine to Ark2030 Search & customizes the new tab page so you can earn Ark Points with every search.
파일 크기 3.34 MB
설치 횟수 107
현재 버전 1.2.9
최근 업데이트 2022-11-29
출시 날짜 2021-10-27
개발자 https://search.ark2030.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://search.ark2030.org
개인정보 보호 정책 페이지 URL https://rewards.ark2030.org/privacy
지원되는 언어 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"
}