Block the twitter feed
Remove the feeds from twitter and just leave the search bar
Block the twitter feedคืออะไร?
Block the twitter feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TechBore และคุณลักษณะหลักของมันคือ "Remove the feeds from twitter and just leave the search bar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Block the twitter feed
ดาวน์โหลดไฟล์ส่วนขยาย Block the twitter feed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Remove the feeds from twitter and just leave the search bar A simple plugin to remove the recommended feeds from twitter to limit distractions and boost your productivity. Feeds removed: - All of the feeds on the right side of the home page (Trending, Who to follow). - Your main feed on the home page. - The Who to Follow feed that is sliced into other people's feed. Changelog: 1.0.0 - Adds initial offering to block unproductive feeds off twitter. Block All the Feeds!!! Support: If you have benefited from this extension, consider buying me a coffee at the following link: buymeacoff.ee/m6nJCHq57
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Block the twitter feed |
ID | eoedcdlampccjocbpffoheiiaoinedkm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/block-the-twitter-feed/eoedcdlampccjocbpffoheiiaoinedkm |
คำอธิบาย | Remove the feeds from twitter and just leave the search bar |
ขนาดไฟล์ | 6.89 KB |
จำนวนการติดตั้ง | 211 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-01-27 |
วันที่เผยแพร่ | 2021-01-27 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | TechBore |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Block the twitter feed", "description": "Remove the feeds from twitter and just leave the search bar", "icons": { "128": "icon.png" }, "version": "1.0.0", "permissions": [ "activeTab", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "browser_action": { "default_title": "Remove the twitter feed and trending sections", "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "style.css" ], "js": [], "matches": [ "*:\/\/twitter.com\/home*", "*:\/\/www.twitter.com\/home*", "*:\/\/www.twitter.com\/*", "*:\/\/www.twitter.com\/home", "*:\/\/twitter.com\/*", "*:\/\/www.twitter.com\/home" ], "all_frames": true, "run_at": "document_start" } ], "manifest_version": 2 } |