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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://talkk.space/contact
عنوان صفحة سياسة الخصوصية 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"
}