WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Talk & Comment - Voice notes anywhere

Talk & Comment - Voice notes anywhere

View on Chrome Web Store
View Talk & Comment - Voice notes anywhere Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (5,840 ratings)
1 new ratings
14 views
This extension has been viewed 14 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Add voice comments to any webpage - perfect for feedback, explanations, and creative collaboration.
Type
Extension
Users
200,000 users
100K
Zak El Fassi
View author page of Zak El Fassi
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 27, 2013
Version 3.0.3
Manifest version
3
Updated
Updated on March 18, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Talk & Comment - Voice notes anywhere Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Talk&Comment",
    "default_locale": "en",
    "version": "3.0.3",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sound\/start.wav",
                "sound\/stop.wav",
                "sound\/error.wav",
                "images\/tac-logo-v2.svg",
                "images\/icons\/*",
                "offscreen.html",
                "offscreen.js",
                "share.js",
                "html\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "homepage_url": "https:\/\/talkandcomment.com",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "tooltip.js",
                "FBPlayer\/FBPlayer.js",
                "content-v2.js"
            ],
            "css": [
                "tac-style-v2.css",
                "FBPlayer\/FBPlayer.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "clipboardWrite",
        "storage",
        "offscreen",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "38": "images\/icons\/icon38.png"
        },
        "default_popup": "popup.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top