You No Cards
Hide youtube end cards, which are displayed at the end of youtube videos
You No Cardsคืออะไร?
You No Cards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aniket และคุณลักษณะหลักของมันคือ "Hide youtube end cards, which are displayed at the end of youtube videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย You No Cards
ดาวน์โหลดไฟล์ส่วนขยาย You No Cards ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hide YouTube end cards, which are displayed at the end of YouTube videos with a single click. Youtube video end cards are custom created templates made clickable with help of Youtube annotations, but these can be really annoying at times, blocking the content of the video you are watching in the end. Now you can easily disable these, just install this extension and click on the YouNoCards toolbar button to remove those cards. It remembers your settings, meaning you don't have to re-enable YouNoCards on browser restart.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | You No Cards |
ID | ijjegnfpommcmglgjpifikbhnlbboikl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/you-no-cards/ijjegnfpommcmglgjpifikbhnlbboikl |
คำอธิบาย | Hide youtube end cards, which are displayed at the end of youtube videos |
ขนาดไฟล์ | 11.71 KB |
จำนวนการติดตั้ง | 4,598 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-06-17 |
วันที่เผยแพร่ | 2018-06-17 |
คะแนน | 4.43/5 รวมทั้งหมด 28 คะแนน |
ผู้พัฒนา | Aniket |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "You No Cards", "version": "1.0.0", "description": "Hide youtube end cards, which are displayed at the end of youtube videos", "background": { "scripts": [ "libs\/control.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/system.js" ], "run_at": "document_start" } ], "icons": { "16": "images\/icon24.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon24.png", "38": "images\/icon48.png" }, "default_title": "You No Cards" }, "permissions": [ "tabs", "*:\/\/*\/*", "storage" ], "manifest_version": 2, "web_accessible_resources": [ "themes\/simple.css", "libs\/system.js" ] } |