Rounded Tube
A minimal customizable modern YouTube theme.
Wat is Rounded Tube?
Rounded Tube is een Chrome-extensie ontwikkeld door https://pitr.dev, en de belangrijkste functie is "A minimal customizable modern YouTube theme.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rounded Tube
Download Rounded Tube-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
A minimal customizable modern and YouTube theme.
Achieve a clean and slightly rounded unique look.
For help and feedback, you can either reach me here or at [email protected] Basisinformatie over de Extensie
| Naam | |
| ID | edeocnllmaooibmigmielinnjiihifkn |
| Officiële URL | https://chromewebstore.google.com/detail/rounded-tube/edeocnllmaooibmigmielinnjiihifkn |
| Beschrijving | A minimal customizable modern YouTube theme. |
| Bestandsgrootte | 175 KB |
| Aantal Installaties | 4,248 |
| Huidige Versie | 1.9.4 |
| Laatst Bijgewerkt | 2022-11-05 |
| Publicatiedatum | 2020-05-01 |
| Beoordeling | 4.40/5 Totaal 35 Beoordelingen |
| Ontwikkelaar | https://pitr.dev |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Rounded Tube",
"description": "A minimal customizable modern YouTube theme.",
"version": "1.9.4",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon.png",
"default_popup": "src\/popup.html"
},
"content_scripts": [
{
"css": [
"src\/youtube-style.css"
],
"js": [
"src\/payload.js"
],
"matches": [
"https:\/\/*.youtube.com\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/favicon.ico"
],
"matches": [
"https:\/\/*.youtube.com\/*"
],
"extension_ids": []
}
],
"background": {
"service_worker": "src\/background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*"
]
} | |