Youtube Subscriptions Homescreen

Makes your subscriptions your homepage.

Youtube Subscriptions Homescreen là gì?

Youtube Subscriptions Homescreen là một tiện ích mở rộng Chrome được phát triển bởi http://kiricon.net, và tính năng chính của nó là "Makes your subscriptions your homepage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube Subscriptions Homescreen

Tải xuống các tệp mở rộng Youtube Subscriptions Homescreen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube Subscriptions Homescreen Youtube Subscriptions Homescreen
ID hjcppaaijnfjigbegedakkalgclkljjc
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-subscriptions-hom/hjcppaaijnfjigbegedakkalgclkljjc
Mô tả Makes your subscriptions your homepage.
Kích Thước Tệp 11.99 KB
Số Lần Cài Đặt 810
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-09-16
Ngày Phát Hành 2014-09-16
Đánh Giá 4.78/5 Tổng số 23 Đánh Giá
Nhà Phát Triển http://kiricon.net
Loại Thanh Toán free
Trang Web Mở Rộng http://kiricon.net
URL Trang Trợ Giúp http://kiricon.net
Ngôn Ngữ Được Hỗ Trợ 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"
}