Disable Bing Translator on Twitter
Hides Translations by Bing from appearing on Twitter.
Qu'est-ce que Disable Bing Translator on Twitter ?
Disable Bing Translator on Twitter est une extension Chrome développée par https://www.thelacunablog.com, et sa fonction principale est "Hides Translations by Bing from appearing on Twitter.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disable Bing Translator on Twitter
Téléchargez les fichiers d'extension Disable Bing Translator on Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | lknmkdboinipbkmhiaehcfmmffkmjpke |
URL Officiel | https://chromewebstore.google.com/detail/disable-bing-translator-o/lknmkdboinipbkmhiaehcfmmffkmjpke |
Description | Hides Translations by Bing from appearing on Twitter. |
Taille du Fichier | 25.8 KB |
Nombre d'Installations | 312 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-01-27 |
Date de Publication | 2014-01-27 |
Évaluation | 4.38/5 Total 13 Évaluations |
Développeur | https://www.thelacunablog.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.thelacunablog.com/disable-bing-translator-twitter.html |
URL de la Page d'Aide | http://www.thelacunablog.com/disable-bing-translator-twitter.html |
Langues Prises en Charge | 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\/*" ] } ] } |