Simple YouTube Homepage Search

Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.

What is Simple YouTube Homepage Search?

Simple YouTube Homepage Search is a Chrome extension developed by Agency Enterprise, and its main feature is "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.".

Extension Screenshots

screenshot

Download Simple YouTube Homepage Search Extension CRX File

Download Simple YouTube Homepage Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Simple YouTube Homepage Search Simple YouTube Homepage Search
ID giegmggpdkknlocmapobmoicgnjinmgi
Official URL https://chromewebstore.google.com/detail/simple-youtube-homepage-s/giegmggpdkknlocmapobmoicgnjinmgi
Description Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.
File Size 15.9 KB
Installation Count 23
Current Version 1.1
Last Updated 2022-02-21
Publish Date 2022-02-21
Developer Agency Enterprise
Email [email protected]
Payment Type free
Extension Website https://ae.studio/random/simple-youtube-homepage-search
Supported Languages 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"
    }
}