Grass Extension

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

Cos'è Grass Extension?

Grass Extension è un'estensione di Chrome sviluppata da https://getgrass.io, e la sua funzione principale è "Grass is the easiest way to earn a stake in the AI revolution!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Grass Extension

Scarica i file di estensione Grass Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Grass Extension Grass Extension
ID ilehaonighjijnmpnagapkhpcdbhclfg
URL Ufficiale https://chromewebstore.google.com/detail/grass-extension/ilehaonighjijnmpnagapkhpcdbhclfg
Descrizione Grass is the easiest way to earn a stake in the AI revolution!
Dimensione del File 1.63 MB
Conteggio Installazioni 800,000
Versione Corrente 3.3.2
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2023-06-13
Valutazione 4.29/5 Totale 1496 Valutazioni
Sviluppatore https://getgrass.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.getgrass.io/
URL della Pagina della Politica sulla Privacy https://www.getgrass.io/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}