Disable Bing Translator on Twitter
Hides Translations by Bing from appearing on Twitter.
Disable Bing Translator on Twitterคืออะไร?
Disable Bing Translator on Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.thelacunablog.com และคุณลักษณะหลักของมันคือ "Hides Translations by Bing from appearing on Twitter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable Bing Translator on Twitter
ดาวน์โหลดไฟล์ส่วนขยาย Disable Bing Translator on Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } ] } |