Youtube Subscriptions Homescreen
Makes your subscriptions your homepage.
O que é Youtube Subscriptions Homescreen?
Youtube Subscriptions Homescreen é uma extensão do Chrome desenvolvida por http://kiricon.net, e sua principal característica é "Makes your subscriptions your homepage.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Subscriptions Homescreen
Baixe arquivos de extensão Youtube Subscriptions Homescreen no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | hjcppaaijnfjigbegedakkalgclkljjc |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-subscriptions-hom/hjcppaaijnfjigbegedakkalgclkljjc |
Descrição | Makes your subscriptions your homepage. |
Tamanho do Arquivo | 11.99 KB |
Contagem de Instalações | 810 |
Versão Atual | 1.0 |
Última Atualização | 2014-09-16 |
Data de Publicação | 2014-09-16 |
Classificação | 4.78/5 Total de 23 Avaliações |
Desenvolvedor | http://kiricon.net |
Tipo de Pagamento | free |
Site da Extensão | http://kiricon.net |
URL da Página de Ajuda | http://kiricon.net |
Idiomas Suportados | 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" } |