Simple YouTube Homepage Search

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

Wat is Simple YouTube Homepage Search?

Simple YouTube Homepage Search is een Chrome-extensie ontwikkeld door Agency Enterprise, en de belangrijkste functie is "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple YouTube Homepage Search

Download Simple YouTube Homepage Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Simple YouTube Homepage Search Simple YouTube Homepage Search
ID giegmggpdkknlocmapobmoicgnjinmgi
Officiële URL https://chromewebstore.google.com/detail/simple-youtube-homepage-s/giegmggpdkknlocmapobmoicgnjinmgi
Beschrijving Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.
Bestandsgrootte 15.9 KB
Aantal Installaties 23
Huidige Versie 1.1
Laatst Bijgewerkt 2022-02-21
Publicatiedatum 2022-02-21
Ontwikkelaar Agency Enterprise
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ae.studio/random/simple-youtube-homepage-search
Ondersteunde Talen 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"
    }
}