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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |