Uncover twitter.com Background
Hides the content wrapper, so you can see the background image!
O que é Uncover twitter.com Background?
Uncover twitter.com Background é uma extensão do Chrome desenvolvida por https://en.milado.net, e sua principal característica é "Hides the content wrapper, so you can see the background image!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Uncover twitter.com Background
Baixe arquivos de extensão Uncover twitter.com Background 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
When you access twitter.com, a new icon (twitter logo) will appear in the omnibar, clicking it will hide / show the content wrapper in twitter.com, so you can see the profile background image.
Informações Básicas da Extensão
Nome | Uncover twitter.com Background |
ID | nfhjomahbnhnkhggiajkcckmakbpddio |
URL Oficial | https://chromewebstore.google.com/detail/uncover-twittercom-backgr/nfhjomahbnhnkhggiajkcckmakbpddio |
Descrição | Hides the content wrapper, so you can see the background image! |
Tamanho do Arquivo | 16.57 KB |
Contagem de Instalações | 52 |
Versão Atual | 1.1.1 |
Última Atualização | 2013-10-29 |
Data de Publicação | 2013-10-29 |
Classificação | 2.14/5 Total de 7 Avaliações |
Desenvolvedor | https://en.milado.net |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Uncover twitter.com Background", "description": "Hides the content wrapper, so you can see the background image!", "version": "1.1.1", "permissions": [ "tabs", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Uncover twitter.com Background" } } |