Grass Extension

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

Apa itu Grass Extension?

Grass Extension adalah ekstensi Chrome yang dikembangkan oleh https://getgrass.io, dan fitur utamanya adalah "Grass is the easiest way to earn a stake in the AI revolution!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Grass Extension

Unduh file ekstensi Grass Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Grass Extension Grass Extension
ID ilehaonighjijnmpnagapkhpcdbhclfg
URL Resmi https://chromewebstore.google.com/detail/grass-extension/ilehaonighjijnmpnagapkhpcdbhclfg
Deskripsi Grass is the easiest way to earn a stake in the AI revolution!
Ukuran File 1.63 MB
Jumlah Instalasi 800,000
Versi Saat Ini 3.3.2
Terakhir Diperbarui 2024-03-01
Tanggal Publikasi 2023-06-13
Penilaian 4.29/5 Total 1496 Penilaian
Pengembang https://getgrass.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.getgrass.io/
URL Halaman Kebijakan Privasi https://www.getgrass.io/privacy-policy
Bahasa yang Didukung 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\/*"
        ]
    }
}