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
公式URL 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\/*"
            ]
        }
    ]
}