Minimal YouTube Homepage

A minimalistic, Google like alternative to YouTube's homepage

Vad är Minimal YouTube Homepage?

Minimal YouTube Homepage är en Chrome-tillägg utvecklad av hcwtam, och dess huvudfunktion är "A minimalistic, Google like alternative to YouTube's homepage".

Tilläggsskärmbilder

screenshot
screenshot

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

Ladda ner Minimal YouTube Homepage-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

                        This extension helps you to become a less distracted, more productive person.

Have you every found yourself wanting to look something up on YouTube, seeing a bunch of interesting video suggestions shown on screen, watching 5 of them in a row, and forgetting why you go to YouTube in the first place?

If so, this is the perfect extension for you. A practical and simple person like you would enjoy this minimalistic, Google like alternative to YouTube's homepage.                    

Grundläggande Information om Tillägg

Namn Minimal YouTube Homepage Minimal YouTube Homepage
ID jkjgfpleclhnfnlnbhhodecfcpfdiblc
Officiell webbadress https://chromewebstore.google.com/detail/minimal-youtube-homepage/jkjgfpleclhnfnlnbhhodecfcpfdiblc
Beskrivning A minimalistic, Google like alternative to YouTube's homepage
Filstorlek 10.33 KB
Antal Installationer 711
Aktuell Version 0.1.2
Senast Uppdaterad 2022-11-10
Publiceringsdatum 2022-07-15
Betyg 5.00/5 Totalt 10 Betyg
Utvecklare hcwtam
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal YouTube Homepage",
    "description": "A minimalistic, Google like alternative to YouTube's homepage",
    "version": "0.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}