Not Interested!
Single-button resolution to quickly mark YouTube videos and playlists as not interested.
Not Interested!คืออะไร?
Not Interested! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://notinterested.makestuffstudio.com.au และคุณลักษณะหลักของมันคือ "Single-button resolution to quickly mark YouTube videos and playlists as not interested."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Not Interested!
ดาวน์โหลดไฟล์ส่วนขยาย Not Interested! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simply hover over a video's details and press the hotkey to mark the video as not interested. Default hotkey ALT+Q. Don't forget that you can change extension hotkeys at the following webpage: chrome://extensions/shortcuts Currently only works in English. Following a recent YouTube update, homepage videos will highlight in the area you need to hover to mark the video as Not Interested! # Changelog: Version 2.3 - Fixed a permissions issue that had buttons appearing unnecessarily on music.youtube.com. - Adjusted some of the CSS styling to make it fit better in some windows. Version 2.2 As of V2.2 you can now remove videos from a playlist using the same hotkey. Removing videos from your watch later playlist just got easier!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Not Interested! |
ID | icpmnnhakoihehdakkgpljphfihapjng |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/not-interested/icpmnnhakoihehdakkgpljphfihapjng |
คำอธิบาย | Single-button resolution to quickly mark YouTube videos and playlists as not interested. |
ขนาดไฟล์ | 39.36 KB |
จำนวนการติดตั้ง | 639 |
เวอร์ชันปัจจุบัน | 2.3 |
อัปเดตครั้งล่าสุด | 2023-10-27 |
วันที่เผยแพร่ | 2021-06-26 |
คะแนน | 3.90/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | https://notinterested.makestuffstudio.com.au |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://notinterested.makestuffstudio.com.au/ |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Not Interested!", "description": "Single-button resolution to quickly mark YouTube videos and playlists as not interested.", "version": "2.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "commands": { "mark-video": { "suggested_key": { "default": "Alt+Q" }, "description": "Mark hovered as Not interested." } }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/NotInterestedV3_16.png", "32": "\/images\/NotInterestedV3_32.png", "48": "\/images\/NotInterestedV3_48.png", "128": "\/images\/NotInterestedV3_128.png" } }, "icons": { "16": "\/images\/NotInterestedV3_16.png", "32": "\/images\/NotInterestedV3_32.png", "48": "\/images\/NotInterestedV3_48.png", "128": "\/images\/NotInterestedV3_128.png" } } |