Disable Bing Translator on Twitter

Hides Translations by Bing from appearing on Twitter.

Cos'è Disable Bing Translator on Twitter?

Disable Bing Translator on Twitter è un'estensione di Chrome sviluppata da https://www.thelacunablog.com, e la sua funzione principale è "Hides Translations by Bing from appearing on Twitter.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Disable Bing Translator on Twitter

Scarica i file di estensione Disable Bing Translator on Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Disable Bing Translator on Twitter Disable Bing Translator on Twitter
ID lknmkdboinipbkmhiaehcfmmffkmjpke
URL Ufficiale https://chromewebstore.google.com/detail/disable-bing-translator-o/lknmkdboinipbkmhiaehcfmmffkmjpke
Descrizione Hides Translations by Bing from appearing on Twitter.
Dimensione del File 25.8 KB
Conteggio Installazioni 312
Versione Corrente 1.1
Ultimo Aggiornamento 2014-01-27
Data di Pubblicazione 2014-01-27
Valutazione 4.38/5 Totale 13 Valutazioni
Sviluppatore https://www.thelacunablog.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.thelacunablog.com/disable-bing-translator-twitter.html
URL della Pagina di Aiuto http://www.thelacunablog.com/disable-bing-translator-twitter.html
Lingue Supportate 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\/*"
            ]
        }
    ]
}