Talkk

Speak Freely in Every Corner of the Web

Talkkคืออะไร?

Talkk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://talkk.space และคุณลักษณะหลักของมันคือ "Speak Freely in Every Corner of the Web"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Talkk powers conversations where it matters. Use Talkk to post comments, ask questions, and host events on any website.

FAQ
Can I really post to any website? Absolutely.
Can a website block me or delete my post? No, all posts are hosted and managed by Talkk without 3rd party interference.
Can I truly speak freely? Yes, but some common-sense rules do apply. See our terms for details.

BONUS 
When AIs compete, you win. Get instant responses from ChatGPT (OpenAI), Bard (Google), and Llama (Facebook) for any questions you post via Talkk.                    

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

ชื่อ Talkk Talkk
ID ojnnpnebjoddffcfjlkemdoakiipfhpk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/talkk/ojnnpnebjoddffcfjlkemdoakiipfhpk
คำอธิบาย Speak Freely in Every Corner of the Web
ขนาดไฟล์ 10.12 MB
จำนวนการติดตั้ง 533
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2023-10-07
คะแนน 4.82/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://talkk.space
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://talkk.space
URL หน้าช่วยเหลือ https://talkk.space/contact
URL หน้านโยบายความเป็นส่วนตัว https://talkk.space/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Speak Freely in Every Corner of the Web",
    "manifest_version": 3,
    "name": "Talkk",
    "version": "1.1.4",
    "homepage_url": "https:\/\/talkk.space",
    "icons": {
        "48": "icons\/talkk-48.png",
        "96": "icons\/talkk-96.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "webNavigation",
        "gcm",
        "offscreen"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "icons\/talkk-32.png",
        "theme_icons": [
            {
                "light": "icons\/talkk-32-light.png",
                "dark": "icons\/talkk-32.png",
                "size": 32
            }
        ],
        "default_title": "Talkk Settings",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery-3.6.0.min.js",
                "scripts\/jquery-ui.min.js",
                "scripts\/confetti.browser.min.js",
                "scripts\/matter.min.js",
                "content\/animation.js",
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*",
                "scripts\/*",
                "stylesheets\/*",
                "imgs\/*",
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.talkk.space\/*"
        ]
    },
    "sandbox": {
        "pages": [
            "content\/sandbox.html"
        ]
    },
    "oauth2": {
        "client_id": "754824685778-jdni5sjnaquq3mr01d78eauddd3iitbo.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA95PsvRJLP\/js7F8Fz\/B\/QS7kS0APYbYphWZ2RKdvFNktdk8+Rq1Fu5Wb7sU0YnOVCCR4KZVxQE1ABSxjnjbPG1OwSNSj32+462SUbViEaAqAdtKYSjPJRt6tMaxzRG7xMkhKXIu3Q+oqDSu7XV7u\/dCCRZPqei\/PQsc\/RHl1aJM0UXdZp\/QUG8lqk71mlozEc4Eu9GJ6z19CRwrSsMvaFg6wak6+yliSCUv1mLYbd50aK1aKT8Cbh8rHaR+Wce6MSacT8gKumBwmoTCvc45AcWo9bsKp9Ik01++wFm8uAqA8QOKsmXSDwxxWysgmbFykd3RCOTeEK+vQJQiR386mCQIDAQAB"
}