Talkk

Speak Freely in Every Corner of the Web

O que é Talkk?

Talkk é uma extensão do Chrome desenvolvida por https://talkk.space, e sua principal característica é "Speak Freely in Every Corner of the Web".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Talkk

Baixe arquivos de extensão Talkk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Talkk Talkk
ID ojnnpnebjoddffcfjlkemdoakiipfhpk
URL Oficial https://chromewebstore.google.com/detail/talkk/ojnnpnebjoddffcfjlkemdoakiipfhpk
Descrição Speak Freely in Every Corner of the Web
Tamanho do Arquivo 10.12 MB
Contagem de Instalações 533
Versão Atual 1.1.4
Última Atualização 2024-03-05
Data de Publicação 2023-10-07
Classificação 4.82/5 Total de 17 Avaliações
Desenvolvedor https://talkk.space
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://talkk.space
URL da Página de Ajuda https://talkk.space/contact
URL da Página de Política de Privacidade https://talkk.space/privacy
Idiomas Suportados 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"
}