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 là gì?

Ark2030 Search là một tiện ích mở rộng Chrome được phát triển bởi https://search.ark2030.org, và tính năng chính của nó là "This extension sets your search engine to Ark2030 Search & customizes the new tab page so you can earn Ark Points with every search.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ark2030 Search

Tải xuống các tệp mở rộng Ark2030 Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ark2030 Search Ark2030 Search
ID dpckbjcgmmncieghhplmmeoifkoaehnd
URL Chính Thức https://chrome.google.com/webstore/detail/ark2030-search/dpckbjcgmmncieghhplmmeoifkoaehnd
Mô tả This extension sets your search engine to Ark2030 Search & customizes the new tab page so you can earn Ark Points with every search.
Kích Thước Tệp 3.34 MB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 1.2.9
Cập Nhật Lần Cuối 2022-11-29
Ngày Phát Hành 2021-10-27
Nhà Phát Triển https://search.ark2030.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://search.ark2030.org
URL Trang Chính Sách Bảo Mật https://rewards.ark2030.org/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}