Block the youtube feed
Remove the feeds from youtube and just leave the search bar
Block the youtube feedคืออะไร?
Block the youtube feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TechBore และคุณลักษณะหลักของมันคือ "Remove the feeds from youtube and just leave the search bar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Block the youtube feed
ดาวน์โหลดไฟล์ส่วนขยาย Block the youtube feed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple plugin to remove the recommended feeds from youtube to limit distractions and boost your productivity. Feeds removed: - All of the feeds on the home page. - The recommended videos on a single video page. Caveat: This extension will prevent browsing of hot videos and most tabs in youtube other than searching for and viewing individual videos. Changelog: 1.6.5 - Fixes bug where individual videos in individual channel's tabs were not showing up. - Changes a typo in the description. 1.6.4 - Updates the extension to work with Google's new UI. 1.6.3 - Fixed issue where some youtube tv adds would still popup. 1.6.2 - Remove ads that pop up on youtube to subscribe for a paid account 1.6.1 - Now blocks the recommended videos that occur at the end of a video when you don't have autoplay enabled. Block All the Feeds!!! Or, actually, just the ones that make you want to stay on youtube longer than you want. Support: If you have benefited from this extension, consider buying me a coffee at the following link: buymeacoff.ee/m6nJCHq57
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cfabedkddcldcdmheehafbdonjbeffdg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/block-the-youtube-feed/cfabedkddcldcdmheehafbdonjbeffdg |
คำอธิบาย | Remove the feeds from youtube and just leave the search bar |
ขนาดไฟล์ | 6.12 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.6.5 |
อัปเดตครั้งล่าสุด | 2019-11-14 |
วันที่เผยแพร่ | 2019-11-14 |
คะแนน | 4.82/5 รวมทั้งหมด 95 คะแนน |
ผู้พัฒนา | TechBore |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Block the youtube feed", "description": "Remove the feeds from youtube and just leave the search bar", "icons": { "128": "icon.png" }, "version": "1.6.5", "permissions": [ "tabs", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "browser_action": { "default_title": "Removed the recommended videos sections", "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "style.css" ], "js": [], "matches": [ "*:\/\/www.youtube.com\/", "*:\/\/www.youtube.com\/watch*", "*:\/\/www.youtube.com\/*", "*:\/\/www.youtube.com\/user*" ], "all_frames": true, "run_at": "document_start" } ], "manifest_version": 2 } |