Better shorts
Better shorts video player for YouTube and Instagram!
什么是Better shorts?
Better shorts是由codeshifu开发的Chrome扩展程序,该扩展的主要功能是“Better shorts video player for YouTube and Instagram!”。
扩展截图
下载Better shorts扩展crx文件
下载Better shorts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Better shorts on YouTube allows - Video scrubbing - Closed caption - Playback speed - Annotations - Shorts video quality adjustment Better shorts on Instagram allows - Video scrubbing - Playback speed - Download reels - PiP (Picture in Picture)
扩展基本信息
名称 | Better shorts |
ID | kniiiokdfifghldpemgoggfljdmgpgij |
官方URL | https://chromewebstore.google.com/detail/better-shorts/kniiiokdfifghldpemgoggfljdmgpgij |
简介 | Better shorts video player for YouTube and Instagram! |
文件大小 | 13.54 KB |
安装次数 | 43 |
当前版本 | 1.0.0 |
更新时间 | 2023-08-24 |
上架时间 | 2023-08-24 |
开发者 | codeshifu |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://twitter.com/codeshifu |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better shorts", "description": "Better shorts video player for YouTube and Instagram!", "version": "1.0.0", "version_name": "1.0.0", "manifest_version": 3, "default_locale": "en", "icons": { "128": "assets\/img\/128x128.png" }, "action": { "default_icon": { "16": "assets\/img\/16x16.png", "32": "assets\/img\/32x32.png", "48": "assets\/img\/48x48.png", "128": "assets\/img\/128x128.png" }, "default_title": "Better shorts" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.instagram.com\/*" ], "js": [ "background.js" ] } ], "web_accessible_resources": [ { "resources": [ "*.png" ], "matches": [ " |