Youtube Subscriptions Homescreen

Makes your subscriptions your homepage.

Co to jest Youtube Subscriptions Homescreen?

Youtube Subscriptions Homescreen to rozszerzenie Chrome opracowane przez http://kiricon.net, a jego główną funkcją jest „Makes your subscriptions your homepage.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Youtube Subscriptions Homescreen

Pobierz pliki rozszerzeń Youtube Subscriptions Homescreen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube Subscriptions Homescreen Youtube Subscriptions Homescreen
ID hjcppaaijnfjigbegedakkalgclkljjc
Oficjalny URL https://chrome.google.com/webstore/detail/youtube-subscriptions-hom/hjcppaaijnfjigbegedakkalgclkljjc
Opis Makes your subscriptions your homepage.
Rozmiar pliku 11.99 KB
Liczba instalacji 810
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-09-16
Data Publikacji 2014-09-16
Ocena 4.78/5 Łącznie 23 Oceny
Deweloper http://kiricon.net
Typ Płatności free
Strona Rozszerzenia http://kiricon.net
Adres URL Strony Pomocy http://kiricon.net
Obsługiwane Języki 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"
}