FocusTube
YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube.
FocusTubeคืออะไร?
FocusTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย truthfulapps และคุณลักษณะหลักของมันคือ "YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FocusTube
ดาวน์โหลดไฟล์ส่วนขยาย FocusTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
YouTube is a powerful tool for learning, engaging, and exploring but sometimes the user experience can lead us to throw all its potential out the window. YouTube's recommendations are so accurate and effective at getting us to continuously click and view videos mindlessly that we often fall prey to news blooper reels, 13 minute Vine compilations, and anything related or similar to Buzzfeed. FocusTube allows you to unleash the full potential of YouTube as a tool for good by removing distractions, hiding unnecessary suggestions (i.e. temptations), and simplifying the interface. Installing this extension will reenable YouTube as an educational tool and unlock your capacity to learn and do good with YouTube. Goodbye mind numbing clips of people getting hit in the groin, hello productivity. The core features of the plugin include: - Hide channels, videos, and most other content on YouTube's homepage - Hide comments while watching a video - Hide suggested videos in sidebar while watching a video - Hide suggested videos after watching a video
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cljdhmefdicljlcnkblaedkcjbfkpkmc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/focustube/cljdhmefdicljlcnkblaedkcjbfkpkmc |
คำอธิบาย | YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube. |
ขนาดไฟล์ | 13.02 KB |
จำนวนการติดตั้ง | 120 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2016-12-31 |
วันที่เผยแพร่ | 2016-12-31 |
คะแนน | 2.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | truthfulapps |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FocusTube", "version": "0.0.4", "manifest_version": 2, "description": "YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube.", "homepage_url": "https:\/\/bradydowling.github.io\/focustube", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/youtube.com\/*", "https:\/\/nba.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/nba.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |