Disable Bing Translator on Twitter
Hides Translations by Bing from appearing on Twitter.
What is Disable Bing Translator on Twitter?
Disable Bing Translator on Twitter is a Chrome extension developed by https://www.thelacunablog.com, and its main feature is "Hides Translations by Bing from appearing on Twitter.".
Extension Screenshots
Download Disable Bing Translator on Twitter Extension CRX File
Download Disable Bing Translator on Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | lknmkdboinipbkmhiaehcfmmffkmjpke |
Official URL | https://chromewebstore.google.com/detail/disable-bing-translator-o/lknmkdboinipbkmhiaehcfmmffkmjpke |
Description | Hides Translations by Bing from appearing on Twitter. |
File Size | 25.8 KB |
Installation Count | 312 |
Current Version | 1.1 |
Last Updated | 2014-01-27 |
Publish Date | 2014-01-27 |
Rating | 4.38/5 Total 13 Ratings |
Developer | https://www.thelacunablog.com |
Payment Type | free |
Extension Website | http://www.thelacunablog.com/disable-bing-translator-twitter.html |
Help Page URL | http://www.thelacunablog.com/disable-bing-translator-twitter.html |
Supported Languages | 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\/*" ] } ] } |