Uploads Only for Youtube™

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

Was ist Uploads Only for Youtube™?

Uploads Only for Youtube™ ist eine Chrome-Erweiterung, die von Tristan entwickelt wurde, und ihr Hauptmerkmal ist "Makes your youtube home page automatically show only uploads from your subscriptions".

Erweiterungsscreenshots

screenshot

Uploads Only for Youtube™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Uploads Only for Youtube™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Uploads Only for Youtube™ Uploads Only for Youtube™
ID ajdnlgehefnmaiighnbaibekhdfhnipd
Offizielle URL https://chromewebstore.google.com/detail/uploads-only-for-youtube/ajdnlgehefnmaiighnbaibekhdfhnipd
Beschreibung Makes your youtube home page automatically show only uploads from your subscriptions
Dateigröße 4.12 KB
Installationsanzahl 6,005
Aktuelle Version 0.4
Letztes Update 2013-01-30
Veröffentlichungsdatum 2013-01-30
Bewertung 4.33/5 Insgesamt 92 Bewertungen
Entwickler Tristan
Zahlungsart free
Unterstützte Sprachen 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
}