Youtube's Annotations No More
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
Youtube's Annotations No Moreคืออะไร?
Youtube's Annotations No More เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Kladnik และคุณลักษณะหลักของมันคือ "Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube's Annotations No More
ดาวน์โหลดไฟล์ส่วนขยาย Youtube's Annotations No More ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr: https://flattr.com/@kiboke
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube's Annotations No More |
ID | fajnlldimiiipghabjgnbdidcnkghkgn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn |
คำอธิบาย | Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:… |
ขนาดไฟล์ | 22.52 KB |
จำนวนการติดตั้ง | 3,436 |
เวอร์ชันปัจจุบัน | 0.7 |
อัปเดตครั้งล่าสุด | 2019-12-12 |
วันที่เผยแพร่ | 2019-12-12 |
คะแนน | 4.38/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | Daniel Kladnik |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.kiboke-studio.hr/browser-extensions/ |
URL หน้าช่วยเหลือ | https://www.kiboke-studio.hr/browser-extensions/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube's Annotations No More", "short_name": "Disable Youtube's annotations.", "version": "0.7", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik @ kiboke studio", "permissions": [ "*:\/\/*.youtube.com\/*", "webRequest", "webRequestBlocking", "notifications" ], "background": { "scripts": [ "data\/main.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "data\/style.css" ] } ] } |