Simple YouTube Homepage Search

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

Vad är Simple YouTube Homepage Search?

Simple YouTube Homepage Search är en Chrome-tillägg utvecklad av Agency Enterprise, och dess huvudfunktion är "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.".

Tilläggsskärmbilder

screenshot

Ladda ner Simple YouTube Homepage Search-förlängningens CRX-fil

Ladda ner Simple YouTube Homepage Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Simple YouTube Homepage Search Simple YouTube Homepage Search
ID giegmggpdkknlocmapobmoicgnjinmgi
Officiell webbadress https://chromewebstore.google.com/detail/simple-youtube-homepage-s/giegmggpdkknlocmapobmoicgnjinmgi
Beskrivning Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.
Filstorlek 15.9 KB
Antal Installationer 23
Aktuell Version 1.1
Senast Uppdaterad 2022-02-21
Publiceringsdatum 2022-02-21
Utvecklare Agency Enterprise
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ae.studio/random/simple-youtube-homepage-search
Stödda Språk 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"
    }
}