Disable Bing Translator on Twitter
Hides Translations by Bing from appearing on Twitter.
Co to jest Disable Bing Translator on Twitter?
Disable Bing Translator on Twitter to rozszerzenie Chrome opracowane przez https://www.thelacunablog.com, a jego główną funkcją jest „Hides Translations by Bing from appearing on Twitter.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Disable Bing Translator on Twitter
Pobierz pliki rozszerzeń Disable Bing Translator on Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lknmkdboinipbkmhiaehcfmmffkmjpke |
Oficjalny URL | https://chromewebstore.google.com/detail/disable-bing-translator-o/lknmkdboinipbkmhiaehcfmmffkmjpke |
Opis | Hides Translations by Bing from appearing on Twitter. |
Rozmiar pliku | 25.8 KB |
Liczba instalacji | 312 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-01-27 |
Data Publikacji | 2014-01-27 |
Ocena | 4.38/5 Łącznie 13 Oceny |
Deweloper | https://www.thelacunablog.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.thelacunablog.com/disable-bing-translator-twitter.html |
Adres URL Strony Pomocy | http://www.thelacunablog.com/disable-bing-translator-twitter.html |
Obsługiwane Języki | 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\/*" ] } ] } |