While you were away Remover
Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work
While you were away Removerคืออะไร?
While you were away Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark และคุณลักษณะหลักของมันคือ "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย While you were away Remover
ดาวน์โหลดไฟล์ส่วนขยาย While you were away Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Want to remove Twitter's new "While you were away" 'feature'? This extension does just that, and nothing else. This simple extension, worth 2 lines of code, automatically hides the "While you were away" block from your Twitter feed, meaning you can start using Twitter again the way it was intended. May add feature to remove the follower suggestions that pop up in the middle of the timeline as well if users want.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | While you were away Remover |
ID | kfhdopamocjnncalnifjpcbhkckbndlb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/while-you-were-away-remov/kfhdopamocjnncalnifjpcbhkckbndlb |
คำอธิบาย | Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work |
ขนาดไฟล์ | 56.99 KB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-02-03 |
วันที่เผยแพร่ | 2016-02-02 |
คะแนน | 4.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Mark |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "While you were away Remover", "version": "0.1", "icons": { "48": "IconSmall.jpg", "128": "Icon.jpg" }, "description": "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work", "short_name": "WYWARemover", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ], "js": [ "jquery-2.2.0.min.js", "removeWYWA.js" ] } ] } |