Grass Extension

Grass is the easiest way to earn a stake in the AI revolution!

Co to jest Grass Extension?

Grass Extension to rozszerzenie Chrome opracowane przez https://getgrass.io, a jego główną funkcją jest „Grass is the easiest way to earn a stake in the AI revolution!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Grass Extension

Pobierz pliki rozszerzeń Grass Extension 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

                        This innovative web app runs in the background of your computer, using small amounts of unused bandwidth to view AI training data on the web.  It can’t see any of your personal information or usage, it just takes data from public websites and sells it to AI companies.  And you get rewarded for helping! 

Grass only uses a tiny fraction of your unused internet, so you’ll never experience any reduction in the speed or quality of your own internet activity.  Just download, sign up, and watch the points roll in.

Key Features:

1. Efficient Use of Resources: Make the most out of your unused internet. Grass only utilizes the excess, ensuring your browsing experience is never compromised.
2. Earn As You Surf: Acquire Grass Points as you continue to browse and share resources, opening up a world of exclusive rewards.
3. User-Friendly Interface: With just a few clicks, you can activate Grass, monitor your points, and manage your preferences.
4. Secure and Transparent: We prioritize user privacy and security. Grass never accesses personal data, and its resource usage is transparently displayed at all times.

Your used internet has untapped potential. Install Grass today and turn your browsing into a rewarding experience.

Please refer to our FAQ or contact our support team if you have any questions or need further assistance. Grass - because every bit of sharing should be rewarding.                    

Podstawowe informacje o rozszerzeniu

Nazwa Grass Extension Grass Extension
ID ilehaonighjijnmpnagapkhpcdbhclfg
Oficjalny URL https://chromewebstore.google.com/detail/grass-extension/ilehaonighjijnmpnagapkhpcdbhclfg
Opis Grass is the easiest way to earn a stake in the AI revolution!
Rozmiar pliku 1.63 MB
Liczba instalacji 800,000
Aktualna Wersja 3.3.2
Ostatnia Aktualizacja 2024-03-01
Data Publikacji 2023-06-13
Ocena 4.29/5 Łącznie 1496 Oceny
Deweloper https://getgrass.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.getgrass.io/
Adres URL Strony Polityki Prywatności https://www.getgrass.io/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuQNQIhiPzmifa28\/SwJCwnh6g1VNKkYD3qmQZxw5bKUyY+G0LQe2+20q9QDzimAYJp+HSt9fR05B86iRomZaz17IA4PwE23LIIwaH8aM3L5VdZOJ4+MNDIA0DVouKIq5Ncoh80Db6Da9ZM6DGooGdw+Fpx08t2tx26Ad7\/6PXuXXh1yntbZJBBe9mSoIXQDW2NMv2iz7\/vmZn38eMVbkGls4AULpjFhJRSFvgh0ViI93RktptM3OzFNLVpwry0+PyxM4btgL95iuNZLbHZTPaKw3aLvjvsriVLxPRIFJ7LEkvdNKth05rkykKWp4K+usvcESC9GuwGwaVMc5cpxdWQIDAQAB",
    "name": "Grass Extension",
    "description": "Grass is the easiest way to earn a stake in the AI revolution!",
    "version": "3.3.2",
    "homepage_url": "https:\/\/www.getgrass.io\/",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Grass Extension",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "background",
        "webRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/127.0.0.1\/*",
            "http:\/\/localhost\/*",
            "*:\/\/*.getgrass.io\/*"
        ]
    }
}