WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Text2Audio: Convert text to audio

Text2Audio: Convert text to audio

View on Chrome Web Store
View Text2Audio: Convert text to audio Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
10 views
This extension has been viewed 10 times
0 downloads
This extension has been downloaded 0 times

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

Text to audio conversion tool that convert any text to voice audio
Type
Extension
Users
30 users
1
Website edu.elang.app
English In Games (mobile apps eLang.app)
View author page of English In Games (mobile apps eLang.app)
Published
Published on March 6, 2025
Version 0.1.4
Manifest version
3
Updated
Updated on April 14, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Text2Audio: Convert text to audio 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",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "version": "0.1.4",
    "description": "__MSG_extension_description__",
    "permissions": [
        "storage",
        "i18n",
        "web_accessible_resources",
        "contextMenus",
        "tabs",
        "clipboardRead"
    ],
    "minimum_chrome_version": "120",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.elang.app\/*",
                "https:\/\/edu-elang-app-development-gm4e3.ondigitalocean.app\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval' 'unsafe-eval'; child-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-48.png",
                "icon-16.png",
                "src\/pages\/newtab\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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