Translator for Tinder Messages & Profiles

Translate Tinder profiles, messages, job titles, with one click and speak to any match in over 100 different languages.

Translator for Tinder Messages & Profiles là gì?

Translator for Tinder Messages & Profiles là một tiện ích mở rộng Chrome được phát triển bởi http://jowo.co, và tính năng chính của nó là "Translate Tinder profiles, messages, job titles, with one click and speak to any match in over 100 different languages.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Translator for Tinder Messages & Profiles

Tải xuống các tệp mở rộng Translator for Tinder Messages & Profiles 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

                        Love knows no boundaries, so why let your lack of written proficiency of a language stop you from meeting and messaging the potential love of your life on Tinder.  This extension makes it super easy and fast to translate profiles and messages on Tinder so you can find connection anywhere.   

It can be annoying to flip back and forth between Google translate so we make it easy by placing translate links right where you need it.  Though, please note this will only work on Tinder’s Web App (https://www.tinder.com)

Be sure to set your language in extension settings. It will automatically translate everything to that language. 

We utilize the API provided by Google Translate to translate sentences and words. This ensures translations are as accurate as they can be short of human translation.

Thank you for trying and using this Chrome extension. Please let us know what you think and share it with your friends.

***Features***
- 100% Free
- Translate anyone’s profile on Tinder and understand what they looking for
- Translate any Tinder message your receive with a click
- Send messages in your match’s native language
- Effortlessly communicate in any language with your matches
- Convert job titles into your language 
- Over 100 Languages supported through the Google Translate API 

***Your Data & Privacy***
- Browse and communicate safely and securely:  We don't store any data about you including the pages you view and messages your send on our servers.  

***This app is not affiliated with or officially endorsed by Tinder, IAC, Google, or Google Translate in any way ***

***Support***
Please email support at jowo.co or visit https://jowo.co/apps/forms/support/index.html                    

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

Tên Translator for Tinder Messages & Profiles Translator for Tinder Messages & Profiles
ID lghgmccpmpfobddkhbmlpllkkjognnja
URL Chính Thức https://chrome.google.com/webstore/detail/translator-for-tinder-mes/lghgmccpmpfobddkhbmlpllkkjognnja
Mô tả Translate Tinder profiles, messages, job titles, with one click and speak to any match in over 100 different languages.
Kích Thước Tệp 21.18 KB
Số Lần Cài Đặt 436
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-05-23
Ngày Phát Hành 2020-10-27
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://jowo.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jowo.co
URL Trang Trợ Giúp https://forms.gle/gxvxDT7M3Zqgt5V98
URL Trang Chính Sách Bảo Mật https://jowo.co/apps/privacypolicyterms/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translator for Tinder Messages & Profiles",
    "description": "Translate Tinder profiles, messages, job titles, with one click and speak to any match in over 100 different languages.",
    "version": "1.2",
    "icons": {
        "128": "images\/icons\/icon128.png",
        "48": "images\/icons\/icon48.png",
        "16": "images\/icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon16.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": true
    },
    "omnibox": {
        "keyword": "tinderTranslator"
    },
    "web_accessible_resources": [
        "content.js",
        "content.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tinder.com\/*",
                "https:\/\/*.gotinder.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/*.tinder.com\/*",
        "https:\/\/*.gotinder.com\/*"
    ]
}