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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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