Atmosphere Backgrounds
Enhance your day to day browsing experience
O que é Atmosphere Backgrounds?
Atmosphere Backgrounds é uma extensão do Chrome desenvolvida por ninayadev, e sua principal característica é "Enhance your day to day browsing experience".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Atmosphere Backgrounds
Baixe arquivos de extensão Atmosphere Backgrounds 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
New tab Atmosphere backgrounds to enhance your browsing experience! By clicking "Add to chrome", I accept and agree to installing the Atmosphere Backgrounds new Tab and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing. Privacy page: https://www.atmoseek.com/privacy Term Of Use page: https://www.atmoseek.com/termofuse About Us page: https://www.atmoseek.com/about Contact Us page: https://www.atmoseek.com/contact Images taken from Unsplash service (https://unsplash.com)
Informações Básicas da Extensão
Nome | Atmosphere Backgrounds |
ID | hnnneodcogakmlfdnalkmbdmgldjnomd |
URL Oficial | https://chromewebstore.google.com/detail/atmosphere-backgrounds/hnnneodcogakmlfdnalkmbdmgldjnomd |
Descrição | Enhance your day to day browsing experience |
Tamanho do Arquivo | 463 KB |
Contagem de Instalações | 54 |
Versão Atual | 1.0.4 |
Última Atualização | 2021-11-18 |
Data de Publicação | 2021-08-28 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | ninayadev |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://atmoseek.com/ |
URL da Página de Política de Privacidade | https://atmoseek.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Atmosphere Backgrounds", "version": "1.0.4", "description": "Enhance your day to day browsing experience", "manifest_version": 2, "author": "Your Name", "chrome_url_overrides": { "newtab": ".\/src\/main.html" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ ".\/src\/background.js" ] }, "browser_action": { "default_icon": "static\/favicon\/logo.png" }, "icons": { "16": "static\/favicon\/logo.png", "32": "static\/favicon\/logo.png", "42": "static\/favicon\/logo.png", "128": "static\/favicon\/logo.png" } } |