Hide Twitter Elements
Choose to make your Twitter timeline less crowded by disabling features you do not need.
Hide Twitter Elementsคืออะไร?
Hide Twitter Elements เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shodipoayomide.com และคุณลักษณะหลักของมันคือ "Choose to make your Twitter timeline less crowded by disabling features you do not need."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Twitter Elements
ดาวน์โหลดไฟล์ส่วนขยาย Hide Twitter Elements ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension gives you the option to disable interactive elements like "views, comments, retweet & likes" selectively, to make your Twitter timeline less congested.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hide Twitter Elements |
ID | fbffhgacjoeloopjakfbdgcdfaklionn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hide-twitter-elements/fbffhgacjoeloopjakfbdgcdfaklionn |
คำอธิบาย | Choose to make your Twitter timeline less crowded by disabling features you do not need. |
ขนาดไฟล์ | 2.06 MB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-12-27 |
วันที่เผยแพร่ | 2022-12-27 |
ผู้พัฒนา | https://shodipoayomide.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Developerayo/Hide-Twitter-Elements |
URL หน้าช่วยเหลือ | https://twitter.com/developerayo |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter Elements", "description": "Choose to make your Twitter timeline less crowded by disabling features you do not need.", "version": "1.0.2", "icons": { "16": "assets\/images\/logo1.png", "18": "assets\/images\/logo1.png", "128": "assets\/images\/logo1.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "assets\/lib\/jquery.min.js", "content_script.js" ] } ] } |