Disable Bing Translator on Twitter
Hides Translations by Bing from appearing on Twitter.
Disable Bing Translator on Twitter क्या है?
Disable Bing Translator on Twitter https://www.thelacunablog.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides Translations by Bing from appearing on Twitter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Disable Bing Translator on Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lknmkdboinipbkmhiaehcfmmffkmjpke |
आधिकारिक URL | https://chromewebstore.google.com/detail/disable-bing-translator-o/lknmkdboinipbkmhiaehcfmmffkmjpke |
विवरण | Hides Translations by Bing from appearing on Twitter. |
फ़ाइल का आकार | 25.8 KB |
स्थापना संख्या | 312 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2014-01-27 |
प्रकाशन तिथि | 2014-01-27 |
रेटिंग | 4.38/5 कुल 13 रेटिंग्स |
डेवलपर | https://www.thelacunablog.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.thelacunablog.com/disable-bing-translator-twitter.html |
सहायता पृष्ठ URL | http://www.thelacunablog.com/disable-bing-translator-twitter.html |
समर्थित भाषाएँ | 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\/*" ] } ] } |