Disable Bing Translator on Twitter

Hides Translations by Bing from appearing on Twitter.

Disable Bing Translator on Twitter là gì?

Disable Bing Translator on Twitter là một tiện ích mở rộng Chrome được phát triển bởi https://www.thelacunablog.com, và tính năng chính của nó là "Hides Translations by Bing from appearing on Twitter.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disable Bing Translator on Twitter

Tải xuống các tệp mở rộng Disable Bing Translator on Twitter 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

                        This extension hides Bing translations from appearing on Twitter. 

After you have installed Disable Bing Translator on Twitter, you will no longer see "View translation" link on tweets. 

Please note that it hides the 'View translation' link and the translation itself, so that you won't be able to view it. But, it does not disable Bing Translator on your twitter account because Twitter has not provided such option as of now.


http://www.thelacunablog.com/disable-bing-translator-twitter.html                    

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

Tên Disable Bing Translator on Twitter Disable Bing Translator on Twitter
ID lknmkdboinipbkmhiaehcfmmffkmjpke
URL Chính Thức https://chromewebstore.google.com/detail/disable-bing-translator-o/lknmkdboinipbkmhiaehcfmmffkmjpke
Mô tả Hides Translations by Bing from appearing on Twitter.
Kích Thước Tệp 25.8 KB
Số Lần Cài Đặt 312
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-01-27
Ngày Phát Hành 2014-01-27
Đánh Giá 4.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://www.thelacunablog.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.thelacunablog.com/disable-bing-translator-twitter.html
URL Trang Trợ Giúp http://www.thelacunablog.com/disable-bing-translator-twitter.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/www.thelacunablog.com\/disable-bing-translator-twitter.html",
    "description": "Hides Translations by Bing from appearing on Twitter.",
    "name": "Disable Bing Translator on Twitter",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "images\/bing_16.jpg",
        "48": "images\/bing_48.jpg",
        "128": "images\/bing_128.jpg"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ]
}