Youtube Subscriptions Homescreen
Makes your subscriptions your homepage.
What is Youtube Subscriptions Homescreen?
Youtube Subscriptions Homescreen is a Chrome extension developed by http://kiricon.net, and its main feature is "Makes your subscriptions your homepage.".
Extension Screenshots
Download Youtube Subscriptions Homescreen Extension CRX File
Download Youtube Subscriptions Homescreen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | hjcppaaijnfjigbegedakkalgclkljjc |
Official URL | https://chrome.google.com/webstore/detail/youtube-subscriptions-hom/hjcppaaijnfjigbegedakkalgclkljjc |
Description | Makes your subscriptions your homepage. |
File Size | 11.99 KB |
Installation Count | 810 |
Current Version | 1.0 |
Last Updated | 2014-09-16 |
Publish Date | 2014-09-16 |
Rating | 4.78/5 Total 23 Ratings |
Developer | http://kiricon.net |
Payment Type | free |
Extension Website | http://kiricon.net |
Help Page URL | http://kiricon.net |
Supported Languages | 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" } |