Youtube Subscriptions Homescreen
Makes your subscriptions your homepage.
什麼是Youtube Subscriptions Homescreen?
Youtube Subscriptions Homescreen是由http://kiricon.net開發的Chrome擴展程式,該擴展的主要功能是“Makes your subscriptions your homepage.”。
擴展截圖
下載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!
擴展基本資訊
名稱 | |
ID | hjcppaaijnfjigbegedakkalgclkljjc |
官方網址 | 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" } |