Disable Bing Translator on Twitter

Hides Translations by Bing from appearing on Twitter.

什麼是Disable Bing Translator on Twitter?

Disable Bing Translator on Twitter是由https://www.thelacunablog.com開發的Chrome擴展程式,該擴展的主要功能是“Hides Translations by Bing from appearing on Twitter.”。

擴展截圖

screenshot

下載Disable Bing Translator on Twitter擴展crx文件

下載Disable Bing Translator on Twitter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Disable Bing Translator on Twitter Disable Bing Translator on Twitter
ID lknmkdboinipbkmhiaehcfmmffkmjpke
官方網址 https://chromewebstore.google.com/detail/disable-bing-translator-o/lknmkdboinipbkmhiaehcfmmffkmjpke
簡介 Hides Translations by Bing from appearing on Twitter.
檔案大小 25.8 KB
安裝次數 312
目前版本 1.1
更新時間 2014-01-27
上架時間 2014-01-27
評分 4.38/5 共 13 次評分
開發者 https://www.thelacunablog.com
付費類型 free
擴展官網 http://www.thelacunablog.com/disable-bing-translator-twitter.html
說明頁面URL http://www.thelacunablog.com/disable-bing-translator-twitter.html
支援的語言 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\/*"
            ]
        }
    ]
}