YouTube Recommendation Blocker
[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section
YouTube Recommendation Blockerคืออะไร?
YouTube Recommendation Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Recommendation Blocker
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Recommendation Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is a super light weight YouTube recommendations and comments blocker. Stability not guaranteed! Video recommendations on the front page and on the side of the player will be hidden, as well as the comments section. It hides the content rather than outright removing it, ensuring that nothing breaks in the site's internal workings. The extension will only request permissions for YouTube, and has no background scripts. Yo @graphic designers please fix my graphics make a pull request on the git repo The Github repo is here: https://github.com/Fishy-Fishes/yt-blocker
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Recommendation Blocker |
ID | aklbieaecfoidlgjmiipikpgmhbcjoja |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja |
คำอธิบาย | [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section |
ขนาดไฟล์ | 3.56 KB |
จำนวนการติดตั้ง | 1,412 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2021-10-18 |
วันที่เผยแพร่ | 2021-10-18 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Unknown |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Fishy-Fishes/yt-blocker |
URL หน้าช่วยเหลือ | https://github.com/Fishy-Fishes/yt-blocker |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Recommendation Blocker", "description": "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section", "version": "2.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "injection.js" ], "run_at": "document_start" } ] } |