YouTube List View
This extension displays your youtube subscription in the list view.
Vad är YouTube List View?
YouTube List View är en Chrome-tillägg utvecklad av Eddie Wilford, och dess huvudfunktion är "This extension displays your youtube subscription in the list view.".
Tilläggsskärmbilder
Ladda ner YouTube List View-förlängningens CRX-fil
Ladda ner YouTube List View-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
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äggande Information om Tillägg
| Namn | |
| ID | dnfjhgoledkjnacagpncncfipbobepif |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif |
| Beskrivning | This extension displays your youtube subscription in the list view. |
| Filstorlek | 36.99 KB |
| Antal Installationer | 430 |
| Aktuell Version | 1.1.2 |
| Senast Uppdaterad | 2016-06-02 |
| Publiceringsdatum | 2016-06-01 |
| Betyg | 4.23/5 Totalt 52 Betyg |
| Utvecklare | Eddie Wilford |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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*"
]
}
]
} | |