Shorts Blocker YouTube 2024
Block all shorts on YouTube 2024
Shorts Blocker YouTube 2024คืออะไร?
Shorts Blocker YouTube 2024 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zakirullahkhan6269 และคุณลักษณะหลักของมันคือ "Block all shorts on YouTube 2024"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shorts Blocker YouTube 2024
ดาวน์โหลดไฟล์ส่วนขยาย Shorts Blocker YouTube 2024 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Download the Extension! (Follow all Steps to work properly) * Click on the Extension icon * Turn "ON" the Extension !! (1st Step) * Open YouTube (If not open) !! (2nd Step) * After Turn "ON/OFF" extension reload the page. * Enjoy Free Shorts YouTube In case any problem occur or not working properly Press (CTRL+R ) to reload the page. "The use of the YouTube(TM) name or trademark is for identification, reference or descriptive purposes only and does not imply any association with YouTube(TM) or their product brand".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shorts Blocker YouTube 2024 |
ID | enhhhdkalfimnhhliifcnphjnlgbdlgb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shorts-blocker-youtube-20/enhhhdkalfimnhhliifcnphjnlgbdlgb |
คำอธิบาย | Block all shorts on YouTube 2024 |
ขนาดไฟล์ | 6.41 MB |
จำนวนการติดตั้ง | 132 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2024-02-16 |
วันที่เผยแพร่ | 2023-08-10 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | zakirullahkhan6269 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shorts Blocker YouTube 2024", "short_name": "SBYT", "version": "1.4", "manifest_version": 3, "description": "Block all shorts on YouTube 2024", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_icon": "icons\/128.png", "default_title": "SBYT", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "\/style.css", "css\/jquery-confirm.css" ], "js": [ "js\/jquery.min.js", "js\/sweetAlert.min.js", "js\/jquery-confirm.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" } } |