GigaBrain - AI Companion for Reddit

GPT for Reddit. The quickest way to get the most useful answers from real people

GigaBrain - AI Companion for Redditคืออะไร?

GigaBrain - AI Companion for Reddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thegigabrain.com และคุณลักษณะหลักของมันคือ "GPT for Reddit. The quickest way to get the most useful answers from real people"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GigaBrain - AI Companion for Reddit

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

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

                        Automatically find the most useful comments from real people across reddit and the internet's most active communities. 

🛒NEW - Introducing GigaPulse! Get the reddit pulse on any product when you shop Amazon. Just click the GigaBrain tab to see what redditors think about any item.

🪄NEW - Invoke GigaBrain search from text on any website. Just highlight the text, right click and select 'Search on GigaBrain' to get reddit analysis right where you are.

⭐️You can invoke a GigaBrain search automatically whenever you include words like 'reddit', 'best', or 'forum'  in your google searches. GigaBrain will pop up on your search result page and let you know when it has found the most relevant human commentary for your search.

🤓GigaBrain scans billions of online discussions from reddit and other online communities to find you the most relevant and authentic comments and posts. Cut through the noise to find the nuggets of wisdom from the most active online communities.

🔒 Privacy-focused: Although our extension runs on Google, we value your privacy and do not save or track your Google searches. Your Google search data stays with you.

✅ Automatically bring the magic of GigaBrain's discussion analysis to your Google experience.

✅ See comments from popular communities like reddit pre-screened for relevance to your question.

✅ Important points and products from user content are automatically highlighted for you.

✅ New types of content analysis constantly being added to help filter out paid shills and marketers.                    

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

ชื่อ GigaBrain - AI Companion for Reddit GigaBrain - AI Companion for Reddit
ID kofkhnkdmpbngifdgbjeedlppjilcaei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gigabrain-ai-companion-fo/kofkhnkdmpbngifdgbjeedlppjilcaei
คำอธิบาย GPT for Reddit. The quickest way to get the most useful answers from real people
ขนาดไฟล์ 3.93 MB
จำนวนการติดตั้ง 3,504
เวอร์ชันปัจจุบัน 0.0.15
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2022-11-30
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://thegigabrain.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thegigabrain.com
URL หน้านโยบายความเป็นส่วนตัว https://thegigabrain.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "GPT for Reddit. The quickest way to get the most useful answers from real people",
    "version": "0.0.15",
    "manifest_version": 3,
    "name": "GigaBrain - AI Companion for Reddit",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "16": "icon-16.png",
        "20": "icon-20.png",
        "32": "icon-32.png",
        "34": "icon-34.png",
        "40": "icon-40.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "72": "icon-72.png",
        "120": "icon-120.png",
        "128": "icon-128.png",
        "256": "icon-256.png",
        "512": "icon-512.png",
        "1024": "icon-1024.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.bing.com\/*",
                "https:\/\/www.duckduckgo.com\/*"
            ],
            "js": [
                "searchContentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/thegigabrain.com\/*"
            ],
            "js": [
                "thegigabrainContentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "amazonContentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "globalContentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "dark-logo.svg",
                "light-logo.svg",
                "icon-128.png",
                "icon-34.png",
                "*.png",
                "*.svg",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}