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 |
官方網址 | 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" } } |