Disable Bing Translator on Twitter

Hides Translations by Bing from appearing on Twitter.

Co je Disable Bing Translator on Twitter?

Disable Bing Translator on Twitter je rozšíření Chrome vyvinuté https://www.thelacunablog.com, a jeho hlavní funkcí je „Hides Translations by Bing from appearing on Twitter.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Disable Bing Translator on Twitter

Stáhněte si soubory rozšíření Disable Bing Translator on Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Disable Bing Translator on Twitter Disable Bing Translator on Twitter
ID lknmkdboinipbkmhiaehcfmmffkmjpke
Oficiální URL https://chromewebstore.google.com/detail/disable-bing-translator-o/lknmkdboinipbkmhiaehcfmmffkmjpke
Popis Hides Translations by Bing from appearing on Twitter.
Velikost souboru 25.8 KB
Počet instalací 312
Aktuální Verze 1.1
Poslední Aktualizace 2014-01-27
Datum Vydání 2014-01-27
Hodnocení 4.38/5 Celkem 13 Hodnocení
Vývojář https://www.thelacunablog.com
Typ Platby free
Webové stránky Rozšíření http://www.thelacunablog.com/disable-bing-translator-twitter.html
URL Stránky Nápovědy http://www.thelacunablog.com/disable-bing-translator-twitter.html
Podporované Jazyky 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\/*"
            ]
        }
    ]
}