Beach Backgrounds and Wallpapers
Beach Backgrounds and Wallpapers
O que é Beach Backgrounds and Wallpapers?
Beach Backgrounds and Wallpapers é uma extensão do Chrome desenvolvida por BKG Products, e sua principal característica é "Beach Backgrounds and Wallpapers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Beach Backgrounds and Wallpapers
Baixe arquivos de extensão Beach Backgrounds and Wallpapers 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
The best backgrounds and themes of beaches in the new tab of your browser. Click the + INSTALL button in the upper-right corner of this window. You can change the background image at any time.
Informações Básicas da Extensão
Nome | |
ID | ohadldmdddapijokigffkjlclkffopdm |
URL Oficial | https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm |
Descrição | Beach Backgrounds and Wallpapers |
Tamanho do Arquivo | 7.45 KB |
Contagem de Instalações | 95 |
Versão Atual | 1.0.1 |
Última Atualização | 2017-11-02 |
Data de Publicação | 2017-11-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | BKG Products |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beach Backgrounds and Wallpapers", "description": "Beach Backgrounds and Wallpapers", "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "\/icon.png" }, "chrome_url_overrides": { "newtab": "redirect.html" }, "permissions": [ "tabs", "http:\/\/*\/*" ] } |