Minimal YouTube Homepage
A minimalistic, Google like alternative to YouTube's homepage
Was ist Minimal YouTube Homepage?
Minimal YouTube Homepage ist eine Chrome-Erweiterung, die von hcwtam entwickelt wurde, und ihr Hauptmerkmal ist "A minimalistic, Google like alternative to YouTube's homepage".
Erweiterungsscreenshots
Minimal YouTube Homepage-Erweiterungs-CRX-Datei herunterladen
Laden Sie Minimal YouTube Homepage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jkjgfpleclhnfnlnbhhodecfcpfdiblc |
| Offizielle URL | https://chromewebstore.google.com/detail/minimal-youtube-homepage/jkjgfpleclhnfnlnbhhodecfcpfdiblc |
| Beschreibung | A minimalistic, Google like alternative to YouTube's homepage |
| Dateigröße | 10.33 KB |
| Installationsanzahl | 711 |
| Aktuelle Version | 0.1.2 |
| Letztes Update | 2022-11-10 |
| Veröffentlichungsdatum | 2022-07-15 |
| Bewertung | 5.00/5 Insgesamt 10 Bewertungen |
| Entwickler | hcwtam |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |