Translation Machine

Used to translate all kinds of commonly used social networking sites, so that you better communicate with others.

Translation Machine là gì?

Translation Machine là một tiện ích mở rộng Chrome được phát triển bởi HelloWorld, và tính năng chính của nó là "Used to translate all kinds of commonly used social networking sites, so that you better communicate with others.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Translation Machine

Tải xuống các tệp mở rộng Translation Machine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get better translations for your social networking sites. 
This extension is used to easily translate all kinds of commonly used social networking sites such as Twitter, Discord, YouTube so that you can better communicate with others.

Currently supported websites:
Discord
HackNews
Reddit
Telegram Web (https://web.telegram.org/)
Twitter
YouTuBe


More website support, still under development!!!

Known issues:
If you don't see the translate button, please click the browser refresh button to refresh.

Feedback:
If you have a better idea, please contact me.
If the extension has bugs, please contact me.
If you want to support other sites, please contact me.

Email:
Detail to see the "Contact the publisher"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Translation Machine Translation Machine
ID dagfnicdcbaljffobfdgigjflpdanbic
URL Chính Thức https://chromewebstore.google.com/detail/translation-machine/dagfnicdcbaljffobfdgigjflpdanbic
Mô tả Used to translate all kinds of commonly used social networking sites, so that you better communicate with others.
Kích Thước Tệp 226 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2022-11-15
Ngày Phát Hành 2022-11-07
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển HelloWorld
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://code4you.dev/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "0.1.8",
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background\/index.js"
    },
    "icons": {
        "128": "assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [
                "content\/style.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}