Youtube Subscriptions Homescreen

Makes your subscriptions your homepage.

Cos'è Youtube Subscriptions Homescreen?

Youtube Subscriptions Homescreen è un'estensione di Chrome sviluppata da http://kiricon.net, e la sua funzione principale è "Makes your subscriptions your homepage.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube Subscriptions Homescreen

Scarica i file di estensione Youtube Subscriptions Homescreen 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

                        This extension, once installed will change your default YouTube home screen from "What to Watch" to "My Subscriptions" just like YouTube use to be. 

YouTube recently changed their layout so that by default you are taken to the "What to watch" as the you tube home screen. I personally found it a bit annoying so I created this extension. Hope you guys enjoy it!                    

Informazioni di Base sull'Estensione

Nome Youtube Subscriptions Homescreen Youtube Subscriptions Homescreen
ID hjcppaaijnfjigbegedakkalgclkljjc
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-subscriptions-hom/hjcppaaijnfjigbegedakkalgclkljjc
Descrizione Makes your subscriptions your homepage.
Dimensione del File 11.99 KB
Conteggio Installazioni 810
Versione Corrente 1.0
Ultimo Aggiornamento 2014-09-16
Data di Pubblicazione 2014-09-16
Valutazione 4.78/5 Totale 23 Valutazioni
Sviluppatore http://kiricon.net
Tipo di Pagamento free
Sito Web dell'Estensione http://kiricon.net
URL della Pagina di Aiuto http://kiricon.net
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Makes your subscriptions your homepage.",
    "homepage_url": "http:\/\/kiricon.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Youtube Subscriptions Homescreen",
    "permissions": [
        "storage"
    ],
    "version": "1.0"
}