Talkk

Speak Freely in Every Corner of the Web

Vad är Talkk?

Talkk är en Chrome-tillägg utvecklad av https://talkk.space, och dess huvudfunktion är "Speak Freely in Every Corner of the Web".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Talkk-förlängningens CRX-fil

Ladda ner Talkk-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Talkk Talkk
ID ojnnpnebjoddffcfjlkemdoakiipfhpk
Officiell webbadress https://chromewebstore.google.com/detail/talkk/ojnnpnebjoddffcfjlkemdoakiipfhpk
Beskrivning Speak Freely in Every Corner of the Web
Filstorlek 10.12 MB
Antal Installationer 533
Aktuell Version 1.1.4
Senast Uppdaterad 2024-03-05
Publiceringsdatum 2023-10-07
Betyg 4.82/5 Totalt 17 Betyg
Utvecklare https://talkk.space
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://talkk.space
Hjälpsida URL https://talkk.space/contact
URL till Sekretesspolicy Sidan https://talkk.space/privacy
Stödda Språk 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"
}