Youtube Subscriptions Homescreen

Makes your subscriptions your homepage.

什么是Youtube Subscriptions Homescreen?

Youtube Subscriptions Homescreen是由http://kiricon.net开发的Chrome扩展程序,该扩展的主要功能是“Makes your subscriptions your homepage.”。

扩展截图

screenshot

下载Youtube Subscriptions Homescreen扩展crx文件

下载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"
}