Youtube Subscriptions Homescreen

Makes your subscriptions your homepage.

Что такое Youtube Subscriptions Homescreen?

Youtube Subscriptions Homescreen - это расширение Chrome, разработанное http://kiricon.net, и его основная функция - "Makes your subscriptions your homepage.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Youtube Subscriptions Homescreen

Скачайте файлы расширений Youtube Subscriptions Homescreen в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Youtube Subscriptions Homescreen Youtube Subscriptions Homescreen
ID hjcppaaijnfjigbegedakkalgclkljjc
Официальный URL https://chrome.google.com/webstore/detail/youtube-subscriptions-hom/hjcppaaijnfjigbegedakkalgclkljjc
Описание Makes your subscriptions your homepage.
Размер файла 11.99 KB
Количество установок 810
Текущая Версия 1.0
Последнее Обновление 2014-09-16
Дата публикации 2014-09-16
Рейтинг 4.78/5 Всего 23 оценок
Разработчик http://kiricon.net
Тип оплаты free
Официальный сайт расширения http://kiricon.net
URL страницы помощи http://kiricon.net
Поддерживаемые языки 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"
}