Simple YouTube Homepage Search
Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.
什么是Simple YouTube Homepage Search?
Simple YouTube Homepage Search是由Agency Enterprise开发的Chrome扩展程序,该扩展的主要功能是“Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.”。
扩展截图
下载Simple YouTube Homepage Search扩展crx文件
下载Simple YouTube Homepage Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple YouTube Homepage Search replaces the youtube home page, with a simple youtube search bar. Get rid of youtube home page distractions, focus on watching what really matters!
扩展基本信息
名称 | Simple YouTube Homepage Search |
ID | giegmggpdkknlocmapobmoicgnjinmgi |
官方URL | https://chromewebstore.google.com/detail/simple-youtube-homepage-s/giegmggpdkknlocmapobmoicgnjinmgi |
简介 | Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency. |
文件大小 | 15.9 KB |
安装次数 | 23 |
当前版本 | 1.1 |
更新时间 | 2022-02-21 |
上架时间 | 2022-02-21 |
开发者 | Agency Enterprise |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ae.studio/random/simple-youtube-homepage-search |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple YouTube Homepage Search", "manifest_version": 3, "version": "1.1", "description": "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |