Youtube Subscriptions Homescreen
Makes your subscriptions your homepage.
Wat is Youtube Subscriptions Homescreen?
Youtube Subscriptions Homescreen is een Chrome-extensie ontwikkeld door http://kiricon.net, en de belangrijkste functie is "Makes your subscriptions your homepage.".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Subscriptions Homescreen
Download Youtube Subscriptions Homescreen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | hjcppaaijnfjigbegedakkalgclkljjc |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-subscriptions-hom/hjcppaaijnfjigbegedakkalgclkljjc |
Beschrijving | Makes your subscriptions your homepage. |
Bestandsgrootte | 11.99 KB |
Aantal Installaties | 810 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-09-16 |
Publicatiedatum | 2014-09-16 |
Beoordeling | 4.78/5 Totaal 23 Beoordelingen |
Ontwikkelaar | http://kiricon.net |
Betalingswijze | free |
Extensiewebsite | http://kiricon.net |
Help Pagina-URL | http://kiricon.net |
Ondersteunde Talen | 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" } |