Uploads Only for Youtube™

Makes your youtube home page automatically show only uploads from your subscriptions

Cos'è Uploads Only for Youtube™?

Uploads Only for Youtube™ è un'estensione di Chrome sviluppata da Tristan, e la sua funzione principale è "Makes your youtube home page automatically show only uploads from your subscriptions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Uploads Only for Youtube™

Scarica i file di estensione Uploads Only for Youtube™ 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

                        Hate the new Youtube home page? Don't want to see whatever videos Youtube suggests to you? Just want to see the uploads from your subscriptions? This is the app for you

v0.3 Now allows you to view All Activity from your subscriptions (i.e comments, favourites) if you so wish.


Youtube and the Youtube Logo are trademarks of Google Inc. Use of this trademark is subject to Google Permissions.                    

Informazioni di Base sull'Estensione

Nome Uploads Only for Youtube™ Uploads Only for Youtube™
ID ajdnlgehefnmaiighnbaibekhdfhnipd
URL Ufficiale https://chromewebstore.google.com/detail/uploads-only-for-youtube/ajdnlgehefnmaiighnbaibekhdfhnipd
Descrizione Makes your youtube home page automatically show only uploads from your subscriptions
Dimensione del File 4.12 KB
Conteggio Installazioni 6,005
Versione Corrente 0.4
Ultimo Aggiornamento 2013-01-30
Data di Pubblicazione 2013-01-30
Valutazione 4.33/5 Totale 92 Valutazioni
Sviluppatore Tristan
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Uploads Only for Youtube\u2122",
    "version": "0.4",
    "description": "Makes your youtube home page automatically show only uploads from your subscriptions",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}