WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LinguaVoice

LinguaVoice

View on Chrome Web Store
View LinguaVoice Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (11 ratings)
0 views
This extension has been viewed 0 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.

Translate the input text to different Languages and Read aloud the Text. Save pdf for the Text, Find word in Dictionary.
Type
Extension
Users
18 users
1
linguavoice1
View author page of linguavoice1
Published
Published on September 10, 2024
Version 1.0
Manifest version
3
Updated
Updated on September 10, 2024
productivity/education
Extension Category
View on Chrome Web Store
View LinguaVoice 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,
    "name": "LinguaVoice",
    "version": "1.0",
    "description": "Translate the input text to different Languages and Read aloud the Text. Save pdf for the Text, Find word in Dictionary.",
    "background": {
        "service_worker": "eventpage.js"
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/vision.googleapis.com\/*",
        "https:\/\/accounts.google.com\/",
        "https:\/\/maps.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "contextMenus",
        "tts",
        "activeTab",
        "notifications",
        "storage",
        "windows",
        "identity",
        "identity.email"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "562374797209-5qb0dqda5756jldqt2jh6d3ls0q6kf2g.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "action": {
        "default_icon": {
            "16": "icons\/Lv2.png",
            "48": "icons\/Lv2.png",
            "128": "icons\/Lv2.png"
        }
    },
    "icons": {
        "16": "icons\/Lv2.png",
        "48": "icons\/Lv2.png",
        "128": "icons\/Lv2.png"
    }
}
© 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