YouTube List View
This extension displays your youtube subscription in the list view.
Wat is YouTube List View?
YouTube List View is een Chrome-extensie ontwikkeld door Eddie Wilford, en de belangrijkste functie is "This extension displays your youtube subscription in the list view.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube List View
Download YouTube List View-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 temporary fix that changes the YouTube subscriptions grid view into a list view. This is by no means meant to replace YouTubes previous list view, but provide a temporary solution until YouTube fixes theirs.
UPDATE: YouTube has finally fixed the problem, but the plugin will stay here in case it happens again. Basisinformatie over de Extensie
| Naam | |
| ID | dnfjhgoledkjnacagpncncfipbobepif |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif |
| Beschrijving | This extension displays your youtube subscription in the list view. |
| Bestandsgrootte | 36.99 KB |
| Aantal Installaties | 430 |
| Huidige Versie | 1.1.2 |
| Laatst Bijgewerkt | 2016-06-02 |
| Publicatiedatum | 2016-06-01 |
| Beoordeling | 4.23/5 Totaal 52 Beoordelingen |
| Ontwikkelaar | Eddie Wilford |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube List View",
"description": "This extension displays your youtube subscription in the list view.",
"version": "1.1.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"jquery.js",
"contentscript.js"
],
"matches": [
"http:\/\/www.youtube.com\/feed\/subscriptions*",
"https:\/\/www.youtube.com\/feed\/subscriptions*"
]
}
]
} | |