Web-Bar
Make your Chrome homepage more fun and attractive.
O que é Web-Bar?
Web-Bar é uma extensão do Chrome desenvolvida por http://web-bar.biz, e sua principal característica é "Make your Chrome homepage more fun and attractive.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web-Bar
Baixe arquivos de extensão Web-Bar 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
Web-Bar is a great choice for those who are tired of boring homepage extensions that do not provide any useful functionality and keep displaying unwanted ads every time you open your browser. ------- Versions: 0.9.2 - Beta testing 0.9.3 - Various Bug Fixes
Informações Básicas da Extensão
Nome | |
ID | nfcebimaikecjkklbiednpkalkkahlig |
URL Oficial | https://chrome.google.com/webstore/detail/web-bar/nfcebimaikecjkklbiednpkalkkahlig |
Descrição | Make your Chrome homepage more fun and attractive. |
Tamanho do Arquivo | 162 KB |
Contagem de Instalações | 12 |
Versão Atual | 0.9.3 |
Última Atualização | 2016-12-13 |
Data de Publicação | 2016-12-13 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | http://web-bar.biz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://web-bar.biz |
URL da Página de Política de Privacidade | http://playbar.biz/policy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web-Bar", "description": "Make your Chrome homepage more fun and attractive.", "version": "0.9.3", "permissions": [ "https:\/\/query.yahooapis.com\/*", "http:\/\/web-bar.biz\/*" ], "chrome_url_overrides": { "newtab": "newtab-page.html" }, "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_icon": { "19": "icon_19px.png", "38": "icon_38px.png" }, "default_title": "Web-Bar" }, "icons": { "16": "16.png", "48": "128.png", "128": "128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |