Bouncing DVD Search Box

a bouncing search box that mimics old-school DVD players

O que é Bouncing DVD Search Box?

Bouncing DVD Search Box é uma extensão do Chrome desenvolvida por https://adverzy.net, e sua principal característica é "a bouncing search box that mimics old-school DVD players".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bouncing DVD Search Box

Baixe arquivos de extensão Bouncing DVD Search 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

                        We truly believe that small adjustments can have big impact on our daily lives. Our extensions give a subtle spice to your experience with your browser, and we believe it can effect your daily life for the better.

This chrome extension simulates the old TV screen idle mode DVD square that bounces around the screen. it is relaxing to just look at it and wait until it collides with one of the corners of the screen.

Some of the features we have in this extension:
    -  bouncing text input box that stops to bounce when you click on it and changes colors each 
       bounce.
    -  text that wishes you good morning, good afternoon, and good night.
    -  the good old satisfaction of the dvd square touching the corner of the screen.

Terms: https://www.adverzy.net/bouncing-dvd-search-box/terms-of-service
Privacy: https://www.adverzy.net/bouncing-dvd-search-box/privacy-policy
About: https://www.adverzy.net/about-us
Contact:  https://www.adverzy.net/contact-us

By clicking “Add to chrome”, I accept and agree to installing the "Bouncing DVD Search Box" Chrome extension 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.                    

Informações Básicas da Extensão

Nome Bouncing DVD Search Box Bouncing DVD Search Box
ID jjahnogdokjcodfaaodehdhokgbpkbal
URL Oficial https://chromewebstore.google.com/detail/bouncing-dvd-search-box/jjahnogdokjcodfaaodehdhokgbpkbal
Descrição a bouncing search box that mimics old-school DVD players
Tamanho do Arquivo 32.01 KB
Contagem de Instalações 236
Versão Atual 1.03
Última Atualização 2022-07-22
Data de Publicação 2021-10-18
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor https://adverzy.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.adverzy.net/
URL da Página de Ajuda https://www.adverzy.net/contact-us
URL da Página de Política de Privacidade https://www.adverzy.net/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.03",
    "name": "Bouncing DVD Search Box",
    "description": "a bouncing search box that mimics old-school DVD players",
    "icons": {
        "16": "icons\/16x.png",
        "48": "icons\/48x.png",
        "128": "icons\/128x.png"
    },
    "browser_action": {
        "default_icon": "icons\/48x.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/lib\/new-tab.html"
    }
}