YouTube List View
This extension displays your youtube subscription in the list view.
Hvad er YouTube List View?
YouTube List View er en Chrome-udvidelse udviklet af Eddie Wilford, og dens hovedfunktion er "This extension displays your youtube subscription in the list view.".
Udvidelsesskærmbilleder
Download YouTube List View-udvidelses-CRX-fil
Download YouTube List View-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dnfjhgoledkjnacagpncncfipbobepif |
| Officiel URL | https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif |
| Beskrivelse | This extension displays your youtube subscription in the list view. |
| Filstørrelse | 36.99 KB |
| Antal Installationer | 430 |
| Nuværende Version | 1.1.2 |
| Senest Opdateret | 2016-06-02 |
| Udgivelsesdato | 2016-06-01 |
| Bedømmelse | 4.23/5 Samlet 52 Bedømmelser |
| Udvikler | Eddie Wilford |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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*"
]
}
]
} | |