CleanTube
Injects a button to YouTube which on clicking disables the ads !
CleanTubeคืออะไร?
CleanTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aquib Khan และคุณลักษณะหลักของมันคือ "Injects a button to YouTube which on clicking disables the ads !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CleanTube
ดาวน์โหลดไฟล์ส่วนขยาย CleanTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of getting interrupted by ads while watching a YouTube™ video ? Don't worry, CleanTube is here to help you ! When you open YouTube™, you will see a 'Block Ads' button next to the mic button. Click on it and enjoy an Ad-Free experience on YouTube™ !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CleanTube |
ID | hdaiikckgemgnckbgnelfchlgjikgmnl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cleantube/hdaiikckgemgnckbgnelfchlgjikgmnl |
คำอธิบาย | Injects a button to YouTube which on clicking disables the ads ! |
ขนาดไฟล์ | 8.06 KB |
จำนวนการติดตั้ง | 295 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2023-05-06 |
วันที่เผยแพร่ | 2023-04-20 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Aquib Khan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CleanTube", "version": "2.0", "description": "Injects a button to YouTube which on clicking disables the ads !", "icons": { "16": "ct16.png", "32": "ct32.png", "48": "ct48.png", "128": "ct128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "yt.css" ], "js": [ "content.js" ] } ] } |