InstantView for YouTube™
Allows youtube videos to be opened in a popup (without changing pages)
InstantView for YouTube™คืออะไร?
InstantView for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย isaackd และคุณลักษณะหลักของมันคือ "Allows youtube videos to be opened in a popup (without changing pages)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InstantView for YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย InstantView for YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Makes browsing YouTube quicker by opening videos in a popup when their thumbnails are clicked. InstantView also helps reduce the amount of YouTube tabs opened at a given time by allowing you to watch videos on the current page without the fear of losing your place. Features • Popup to quickly view videos, playlists, comments, and descriptions • Mini player (picture in picture) • Visualizations • Many different options to customize look and behavior • Open Source (https://github.com/afrmtbl/InstantView) Latest Update: v4.7.0 FIXES - Allowing InstantView access to your YouTube account is now possible again through the sign in button in the options page CHANGES - Removed the ratings bar now that YouTube now longer provides access to the dislikes count The full version history can be found on GitHub. If you find any bugs, let me know and I'll fix them as soon as I can :) * Requires Chrome 64+ * * Google translate was used for translation. Please email or create a new support issue for any corrections that should be made! * * If you would like another language added, either create a feature request or email me and I will add it as soon as I can * PERMISSIONS • Read and change your data on: googleapis.com and youtube.com • googleapis.com: to retrieve information about the video for the popup (title, channel, likes, dislikes, etc..) • youtube.com: so the popup can open on YouTube • Storage • Save user preferences • Identity (optional) • Used to subscribe to channels and rate videos YOUTUBE CONCEPT DESIGN BY: aureliensalomon https://dribbble.com/aureliensalomon https://dribbble.com/shots/1338727-Youtube-Redesign
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | InstantView for YouTube™ |
ID | pababfeapfpjaghmlfipkcoioeflpbio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/instantview-for-youtube/pababfeapfpjaghmlfipkcoioeflpbio |
คำอธิบาย | Allows youtube videos to be opened in a popup (without changing pages) |
ขนาดไฟล์ | 99.08 KB |
จำนวนการติดตั้ง | 4,274 |
เวอร์ชันปัจจุบัน | 4.7.0 |
อัปเดตครั้งล่าสุด | 2022-02-10 |
วันที่เผยแพร่ | 2020-04-08 |
คะแนน | 4.11/5 รวมทั้งหมด 65 คะแนน |
ผู้พัฒนา | isaackd |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/afrmtbl/InstantView |
URL หน้าช่วยเหลือ | https://github.com/afrmtbl/InstantView/issues |
ภาษาที่รองรับ | de,en,fr,vi,es,it,ru,zh-CN,zh-TW,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "InstantView for YouTube\u2122", "short_name": "InstantView", "version": "4.7.0", "default_locale": "en", "description": "__MSG_extDesc__", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAve\/BD\/fMx2rrKK1I3DNEvDKXZ7XV2rinGukIzHB4\/RJeWjWUGkOoNa3E8dM0U5Rq2rKa2cYu1hSWRIwixKf\/dLqDLYQ5St++OCTIk5TNPIYZEyqIMfPyOHLubZp\/01Sp8jQ9mXpNqmVmwFyuTCy22DNlEA8Afg9nnSYWRS3XCyKraQpjNhB6LjMKmwkOVF+Yx3tSt00O3XdFHtNDbg8fMMUdl9KRHWm17bkMcAgulHcj2O8Yj1Nxp1HJ\/nb7r8L0GYoW0sC93QAAFy6LbfIJE+E4i1LInpqrwnkCFysjUYCHmANfqNaQ6HS5M+jMgCSfGenACTEXgjkZc1SLEYg0GQIDAQAB", "oauth2": { "client_id": "158705016768-ks78eptpg2blcdltoihe0mger4ptalgf.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/youtube.force-ssl" ] }, "permissions": [ "storage" ], "optional_permissions": [ "identity" ], "host_permissions": [ "https:\/\/www.googleapis.com\/youtube\/v3\/videos" ], "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "images\/*.png" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "extension_ids": [ "pababfeapfpjaghmlfipkcoioeflpbio" ] } ], "action": { "default_title": "InstantView", "default_popup": "src\/options\/dist\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "libs\/youtube_iframe_api.js", "src\/iv.js", "src\/modal\/dist\/js\/bundle.js" ], "all_frames": false } ], "background": { "service_worker": "src\/background.js" }, "commands": { "instantview-video-play-pause": { "description": "Play\/Pause Video" }, "instantview-video-next": { "description": "Next Video" }, "instantview-video-previous": { "description": "Previous Video" }, "instantview-video-stop": { "description": "Stop Video" } } } |