Grass Extension

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

Grass Extensionคืออะไร?

Grass Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getgrass.io และคุณลักษณะหลักของมันคือ "Grass is the easiest way to earn a stake in the AI revolution!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grass Extension

ดาวน์โหลดไฟล์ส่วนขยาย Grass Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Grass Extension Grass Extension
ID ilehaonighjijnmpnagapkhpcdbhclfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/grass-extension/ilehaonighjijnmpnagapkhpcdbhclfg
คำอธิบาย Grass is the easiest way to earn a stake in the AI revolution!
ขนาดไฟล์ 1.63 MB
จำนวนการติดตั้ง 800,000
เวอร์ชันปัจจุบัน 3.3.2
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2023-06-13
คะแนน 4.29/5 รวมทั้งหมด 1496 คะแนน
ผู้พัฒนา https://getgrass.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.getgrass.io/
URL หน้านโยบายความเป็นส่วนตัว https://www.getgrass.io/privacy-policy
ภาษาที่รองรับ 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\/*"
        ]
    }
}