Disable YouTube Share Box
Prevents the annoying share, embed, and email box under YouTube videos from popping down
O que é Disable YouTube Share Box?
Disable YouTube Share Box é uma extensão do Chrome desenvolvida por Justin Hendryx, e sua principal característica é "Prevents the annoying share, embed, and email box under YouTube videos from popping down".
Baixar o arquivo CRX da Extensão Disable YouTube Share Box
Baixe arquivos de extensão Disable YouTube Share Box 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
Informações Básicas da Extensão
Nome | Disable YouTube Share Box |
ID | ihganmkmfefmfgfcebnadcbalknnnmij |
URL Oficial | https://chromewebstore.google.com/detail/disable-youtube-share-box/ihganmkmfefmfgfcebnadcbalknnnmij |
Descrição | Prevents the annoying share, embed, and email box under YouTube videos from popping down |
Tamanho do Arquivo | 18.67 KB |
Contagem de Instalações | 11 |
Versão Atual | 0.1 |
Última Atualização | 2016-02-22 |
Data de Publicação | 2016-02-21 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Justin Hendryx |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable YouTube Share Box", "version": "0.1", "description": "Prevents the annoying share, embed, and email box under YouTube videos from popping down", "author": "Justin Hendryx", "permissions": [ "contentSettings", "tabs" ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*" ], "css": [ "fixsocial.css" ] } ], "manifest_version": 2 } |