Hide Twitter Trends
Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
Hide Twitter Trendsคืออะไร?
Hide Twitter Trends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://moath.dev และคุณลักษณะหลักของมันคือ "Hide Twitter (What’s happening, Who to follow, Topics to follow) elements"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Twitter Trends
ดาวน์โหลดไฟล์ส่วนขยาย Hide Twitter Trends ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you don't like the Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs, and you want to hide it this extension is your solution, this extension will hide Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs from Twitter web app and let you focus on your timeline.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lapmncfnibdclongbkleadoicnkhknia |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia |
คำอธิบาย | Hide Twitter (What’s happening, Who to follow, Topics to follow) elements |
ขนาดไฟล์ | 511 KB |
จำนวนการติดตั้ง | 14,957 |
เวอร์ชันปัจจุบัน | 0.10.2 |
อัปเดตครั้งล่าสุด | 2022-06-28 |
วันที่เผยแพร่ | 2020-07-19 |
คะแนน | 4.46/5 รวมทั้งหมด 90 คะแนน |
ผู้พัฒนา | http://moath.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/DevMoath/hide-twitter-trends |
URL หน้าช่วยเหลือ | https://github.com/DevMoath/hide-twitter-trends/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter Trends", "version": "0.10.2", "description": "Hide Twitter (What\u2019s happening, Who to follow, Topics to follow) elements", "author": "Moath Alhajri", "homepage_url": "https:\/\/moath.dev\/", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ] } |