MeTube
YouTube subscription improvements
Cos'è MeTube?
MeTube è un'estensione di Chrome sviluppata da Scott Inglis, e la sua funzione principale è "YouTube subscription improvements".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MeTube
Scarica i file di estensione MeTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
MeTube is a suite of improvements for the YouTube subscription page as well as a handful of other tweaks. Key features include: -Organizes videos into a grid layout -Replaces "Watch Later" button with "Remove" button -Choose to show or hide watched videos -Remove all watched videos from your feed -Scales "Large Player" to width of description box This was designed to work with the latest revision of the YouTube layout as of February 2014. If you have issues please let me know using the Send Feedback option in the chrome web store.
Informazioni di Base sull'Estensione
Nome | |
ID | fceidobfbfedfhodnjmonpfmnbkeclmn |
URL Ufficiale | https://chrome.google.com/webstore/detail/metube/fceidobfbfedfhodnjmonpfmnbkeclmn |
Descrizione | YouTube subscription improvements |
Dimensione del File | 52.7 KB |
Conteggio Installazioni | 908 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2014-09-18 |
Data di Pubblicazione | 2014-09-18 |
Valutazione | 3.11/5 Totale 9 Valutazioni |
Sviluppatore | Scott Inglis |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MeTube", "description": "YouTube subscription improvements", "version": "2.0", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "style.css" ], "js": [ "jquery-1.11.0.min.js", "script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |