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.”。
扩展截图
下载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
扩展基本信息
名称 | |
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\/*" ] } ] } |