Talkk

Speak Freely in Every Corner of the Web

Qu'est-ce que Talkk ?

Talkk est une extension Chrome développée par https://talkk.space, et sa fonction principale est "Speak Freely in Every Corner of the Web".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Talkk

Téléchargez les fichiers d'extension Talkk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Talkk Talkk
ID ojnnpnebjoddffcfjlkemdoakiipfhpk
URL Officiel https://chromewebstore.google.com/detail/talkk/ojnnpnebjoddffcfjlkemdoakiipfhpk
Description Speak Freely in Every Corner of the Web
Taille du Fichier 10.12 MB
Nombre d'Installations 533
Version Actuelle 1.1.4
Dernière Mise à Jour 2024-03-05
Date de Publication 2023-10-07
Évaluation 4.82/5 Total 17 Évaluations
Développeur https://talkk.space
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://talkk.space
URL de la Page d'Aide https://talkk.space/contact
URL de la Page de Politique de Confidentialité https://talkk.space/privacy
Langues Prises en Charge 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"
}